Skip to content

Commit e086082

Browse files
committed
missing return code
1 parent d095251 commit e086082

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/gameanalytics/GAHTTPApi.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ namespace gameanalytics
196196
if(response.code < 0)
197197
{
198198
logging::GALogger::e("Request failed: %s", url.c_str());
199-
return;
199+
return EGAHTTPApiResponse::SdkError;
200200
}
201201

202202
std::string_view content = response.toString();

0 commit comments

Comments
 (0)