Skip to content

Commit

Permalink
Merge branch develop into main [20220819] (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
shishirb-MSFT authored Aug 19, 2022
2 parents 87aeb27 + 698ab93 commit 50dee6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk-cpp/src/internal/rest/util/do_http_client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ boost::property_tree::ptree CHttpClient::SendRequest(HttpRequest::Method method,
return SendRequest(method, url, false);
}

ThrowException(e.code());
ThrowException(e.code().value());
}

if (responseStatusCode != 200)
Expand Down

0 comments on commit 50dee6a

Please sign in to comment.