Fix minor warning from clang-tidy.

This commit is contained in:
Stephen Anthony 2022-10-09 21:50:57 -02:30
parent 7de717114c
commit 7b5d25d9f1
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ class PlusROMRequest {
client.set_write_timeout(milliseconds(WRITE_TIMEOUT_MSEC)); client.set_write_timeout(milliseconds(WRITE_TIMEOUT_MSEC));
auto response = client.Post( auto response = client.Post(
myDestination.path.c_str(), myDestination.path,
headers, headers,
reinterpret_cast<const char*>(myRequest.data()), reinterpret_cast<const char*>(myRequest.data()),
myRequestSize, myRequestSize,