Skip to content

Commit

Permalink
Update example_integration.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtursKadikis authored Jan 29, 2024
1 parent d1a7101 commit 1e1fdba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/example_integration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ int main() {
string _appKey = "YOUR_APP_KEY";
string _serverUrl = "https://your.server.ly";

if(_appKey.compare("YOUR_APP_KEY") == 0 || _serverUrl.compare("https://your.server.ly") == 0){
if(_appKey.compare("YOUR_APP_KEY") == 0 || _serverUrl.compare("https://your.server.ly") == 0) {
cerr << "Please do not use default set of app key and server url" << endl;
}

Expand Down

0 comments on commit 1e1fdba

Please sign in to comment.