This commit is contained in:
2025-01-22 08:47:56 -06:00
parent 97e5f17049
commit 8b2bafc9f3

View File

@ -116,7 +116,7 @@ public:
return false;
}
if (response_code != 200) {
if (response_code != http_error_codes::ok) {
return false;
}