Fixes unhandled status ready with default: switch

Co-authored-by: Xuan Son Nguyen <thichthat@gmail.com>
This commit is contained in:
ManniX-ITA 2024-04-20 09:05:57 +02:00 committed by GitHub
parent 61b483d3a8
commit 942f023930
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3133,6 +3133,8 @@ int main(int argc, char ** argv) {
res_error(res, format_error_response("Model failed to load", ERROR_TYPE_SERVER));
return false;
} break;
default:
break;
}
return true;
};