Add debug logs

This commit is contained in:
Hongbo Wu
2023-04-20 18:03:18 +08:00
parent 0dc8724fcb
commit 9caf11a93a

View File

@ -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
}
}