mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
update comment
This commit is contained in:
parent
5bd157ca25
commit
3e925e0193
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ export const contentFetchRequestHandler: RequestHandler = async (req, res) => {
|
|||
|
||||
const content = fetchResult.content
|
||||
if (content) {
|
||||
// hash content to use as key
|
||||
// hash final to use as key
|
||||
urlHash = hash(finalUrl)
|
||||
await uploadToBucket(urlHash, content)
|
||||
console.log('content uploaded to bucket', urlHash)
|
||||
|
|
|
|||
Loading…
Reference in a new issue