add missing backslash

This commit is contained in:
Amruth Pillai
2023-06-07 17:18:18 +02:00
parent 5ee99cfdab
commit e4ecf50ed4

View File

@ -53,7 +53,7 @@ export class PrinterService implements OnModuleInit, OnModuleDestroy {
const page = await this.browser.newPage(); const page = await this.browser.newPage();
await page.goto(`${url}${username}/${slug}/printer?secretKey=${secretKey}`); await page.goto(`${url}/${username}/${slug}/printer?secretKey=${secretKey}`);
await page.waitForLoadState('networkidle'); await page.waitForLoadState('networkidle');
await page.waitForSelector('html.wf-active'); await page.waitForSelector('html.wf-active');