diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/workers/workers/crawlerWorker.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/workers/workers/crawlerWorker.ts b/apps/workers/workers/crawlerWorker.ts index def0ae88..68e30054 100644 --- a/apps/workers/workers/crawlerWorker.ts +++ b/apps/workers/workers/crawlerWorker.ts @@ -619,7 +619,7 @@ async function storeScreenshot( } const assetId = newAssetId(); const contentType = "image/jpeg"; - const fileName = "screenshot.png"; + const fileName = "screenshot.jpeg"; // Check storage quota before saving the screenshot const { data: quotaApproved, error: quotaError } = await tryCatch( |
