fix: comment out unused param
Build / build (push) Successful in 3m10s

This commit is contained in:
2026-03-22 07:57:36 -03:00
parent 510241e311
commit ab2385fc2f
+1 -1
View File
@@ -454,7 +454,7 @@ void Spoofer::serverResponseHandler(const std::string& url, std::string& body, s
}
}
void Spoofer::clientRequestHandler(std::string& url, const std::string& body, std::string& reqHeaders)
void Spoofer::clientRequestHandler(std::string& url, const std::string& body, std::string& /*reqHeaders*/)
{
if (url.find("api/v1/dbd-character-data/bloodweb") != std::string::npos ||
url.find("api/v1/dbd-character-data/bulk-spending-bloodweb") != std::string::npos)