Skip to content

Commit

Permalink
Update config.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
sunli829 committed Feb 29, 2024
1 parent 964e129 commit 5e3ca08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/src/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ Config::Config(const std::string& app_key,
app_secret.c_str(),
access_token.c_str(),
http_url ? http_url->c_str() : nullptr,
http_url ? quote_ws_url->c_str() : nullptr,
http_url ? trade_ws_url->c_str() : nullptr,
quote_ws_url ? quote_ws_url->c_str() : nullptr,
trade_ws_url ? trade_ws_url->c_str() : nullptr,
language ? &c_language : nullptr);
}

Expand Down

0 comments on commit 5e3ca08

Please sign in to comment.