mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix debug
This commit is contained in:
parent
389dcc4430
commit
c79d2a3ed7
1 changed files with 0 additions and 1 deletions
|
|
@ -730,7 +730,6 @@ function HomeFeedGrid(props: HomeFeedContentProps): JSX.Element {
|
|||
if (!request?.uploadSignedUrl) {
|
||||
throw 'No upload URL available'
|
||||
}
|
||||
console.log("UPLOADING DATA", data)
|
||||
|
||||
const uploadSignedUrl = new URL(request?.uploadSignedUrl)
|
||||
const uploadResult = await new Promise((resolve) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue