mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add debug logs
This commit is contained in:
parent
0dc8724fcb
commit
9caf11a93a
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ const getDocumentUrl = async (
|
|||
const [url] = await file.getSignedUrl(options)
|
||||
return new URL(url)
|
||||
} catch (e) {
|
||||
console.debug('error getting signed url', e)
|
||||
return undefined
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue