Skip to content

Commit f82b98c

Browse files
authored
Confusing variable name in setRequestBody method
1 parent 5aec781 commit f82b98c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/https_client.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class HttpsClient {
4747
size_t handle_impl(char * data, size_t size, size_t nmemb);
4848
void setKey(const std::string& key);
4949
void setRequestType(const std::string& requestType);
50-
void setRequestBody(const std::string& requestType);
50+
void setRequestBody(const std::string& requestBody);
5151

5252
std::string error;
5353
private:

0 commit comments

Comments
 (0)