Fix(Hooks): Update OnReputationChange method

This commit is contained in:
Nefertumm
2022-02-01 18:02:17 -03:00
parent ee4e38fa04
commit 1b8168545f
3 changed files with 8 additions and 4 deletions

View File

@@ -210,7 +210,7 @@ httplib::Result HttpManager::DoRequest(httplib::Client& client, HttpWorkItem* re
return client.Options(path, req->headers);
}
ELUNA_LOG_ERROR("[Eluna]: HTTP request error: invalid HTTP verb {}", req->httpVerb));
ELUNA_LOG_ERROR("[Eluna]: HTTP request error: invalid HTTP verb {}", req->httpVerb);
return client.Get(path, req->headers);
}