fmt
This commit is contained in:
parent
83379c53ae
commit
8e69c3979e
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue
Block a user