chore: added dev key to deploy workflow

- added m_isDevEnvironment initialization
This commit is contained in:
vladimir.kuznetsov 2024-09-10 22:03:10 +04:00
parent db4a1a62e5
commit 7571bbc36e
3 changed files with 7 additions and 1 deletions

View file

@ -44,7 +44,7 @@ private:
QString m_gatewayEndpoint;
QStringList m_proxyUrls;
bool m_isDevEnvironment;
bool m_isDevEnvironment = false;
};
#endif // APICONTROLLER_H