This commit is contained in:
Morgan 2024-02-11 15:06:11 +09:00
parent 723955a323
commit 69ba8c8ba8
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
headers: {
'Content-Type': 'application/json',
},
body: JSON.stringify(storageObject),
body: JSON.stringify({data: storageObject}),
});
if (!response.ok) {