diff --git a/src/utils/handleImageUpload.ts b/src/utils/handleImageUpload.ts index 56181ca8..9fd2455f 100644 --- a/src/utils/handleImageUpload.ts +++ b/src/utils/handleImageUpload.ts @@ -11,7 +11,7 @@ export const handleImageUpload = async (uploadFile: UploadFile, token: string): const response = await fetch(`${thumborUrl}/image`, { method: 'POST', body: formData, - headers + headers, }) const location = response.headers.get('Location')