We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd9c933 commit 0704b8bCopy full SHA for 0704b8b
apps/workers/workers/crawlerWorker.ts
@@ -619,7 +619,7 @@ async function storeScreenshot(
619
}
620
const assetId = newAssetId();
621
const contentType = "image/jpeg";
622
- const fileName = "screenshot.png";
+ const fileName = "screenshot.jpeg";
623
624
// Check storage quota before saving the screenshot
625
const { data: quotaApproved, error: quotaError } = await tryCatch(
0 commit comments