edit errors message
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user