minor fix

This commit is contained in:
Daniel 2023-07-24 10:22:24 -04:00
parent d65d1cfc09
commit 1833f9402c

View File

@ -7,7 +7,7 @@ export default async function archive(
collectionId: number, collectionId: number,
linkId: number linkId: number
) { ) {
const browser = await chromium.launch({ headless: false }); const browser = await chromium.launch();
const context = await browser.newContext(devices["Desktop Chrome"]); const context = await browser.newContext(devices["Desktop Chrome"]);
const page = await context.newPage(); const page = await context.newPage();