edit errors message

This commit is contained in:
smanylov
2025-12-25 17:24:59 +07:00
parent e82d96a44c
commit 49088e5e5f
5 changed files with 57 additions and 22 deletions
-1
View File
@@ -66,7 +66,6 @@ export async function fileUpload(messageBody: initMessageBody) {
export async function cancelUpload(udloadId: string) {
try {
console.log('cancelUpload start');
const response = await fetch(`${API_BASE_URL}/api/v1/data`, {
method: 'POST',
body: JSON.stringify({