fix: remove _DEBUG check when decoding public key
This commit is contained in:
parent
bc5bf97b74
commit
17b2ad960a
|
|
@ -1,10 +1,6 @@
|
|||
#include "Helpers.hpp"
|
||||
|
||||
#ifdef _DEBUG
|
||||
const std::vector<BYTE> Helpers::publicKey = Helpers::base64Decode(PUBLIC_KEY);
|
||||
#else
|
||||
const std::vector<BYTE> Helpers::publicKey { PUBLIC_KEY };
|
||||
#endif
|
||||
|
||||
const std::vector<std::string> Helpers::allowedWildcardDomains { ALLOWED_WILDCARD_DOMAINS };
|
||||
const std::vector<std::string> Helpers::allowedDomains { ALLOWED_DOMAINS };
|
||||
|
|
|
|||
Loading…
Reference in New Issue