fix check status deleted
Test Workflow / test (push) Successful in 3s

This commit is contained in:
vladp
2025-12-30 02:19:07 +07:00
parent 72a4516b7d
commit 28b0356b03
2 changed files with 55 additions and 16 deletions
@@ -9,7 +9,7 @@ public enum MessageCode {
INVALID_ACTION(2, "Invalid action"),
FILE_UPLOAD_ERROR(2, "File upload error"),
FILE_DOWNLOAD_ERROR(2, "File download error"),
FILE_DOWNLOAD_ERROR_NOT_CORRECT_FIELD(2, "File download error with correct field"),
FILE_DOWNLOAD_ERROR_NOT_CORRECT_FIELD(2, "Not correct field"),
INVALID_JSON_BODY(2, "Invalid fields in JSON object"),
INCOMPLETE_UPLOAD(2, "Not load all chunks"),
MSG_ID_NOT_FOUND(4, "Message id not found"),