Remove mode

This commit is contained in:
Jackson Harper 2022-11-14 12:01:02 +08:00
parent c9771bb2c3
commit 5c62a63788

View file

@ -738,7 +738,6 @@ function HomeFeedGrid(props: HomeFeedContentProps): JSX.Element {
const signedUrl = new URL(request?.uploadSignedUrl)
const result = await fetch(signedUrl, {
method: 'PUT',
mode: 'no-cors',
})
console.log('result of uploading: ', result)
} catch {