mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove mode
This commit is contained in:
parent
c9771bb2c3
commit
5c62a63788
1 changed files with 0 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue