update comment

This commit is contained in:
Hongbo Wu 2024-04-19 18:01:18 +08:00
parent 5bd157ca25
commit 3e925e0193

View file

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