fix send appeals

This commit is contained in:
smanylov
2026-05-29 13:05:49 +07:00
parent f04ce348ae
commit 0935e8cbc7
5 changed files with 12 additions and 6 deletions
+1 -1
View File
@@ -191,7 +191,7 @@ export async function FileAnAppeal(fileId: string, appealReason: string, additio
let parsed = await response.json();
if (parsed.message_code === 0) {
return parsed.message_body;
return parsed;
} else {
throw parsed;
}