minor fix
This commit is contained in:
+1
-1
@@ -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();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user