Skip to content

Commit 0704b8b

Browse files
committed
fix: fix screenshot filepath in crawler
1 parent bd9c933 commit 0704b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/workers/workers/crawlerWorker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ async function storeScreenshot(
619619
}
620620
const assetId = newAssetId();
621621
const contentType = "image/jpeg";
622-
const fileName = "screenshot.png";
622+
const fileName = "screenshot.jpeg";
623623

624624
// Check storage quota before saving the screenshot
625625
const { data: quotaApproved, error: quotaError } = await tryCatch(

0 commit comments

Comments
 (0)