From c73274f306d972451bcba357281a812dcf284925 Mon Sep 17 00:00:00 2001 From: andres Date: Tue, 14 Mar 2023 01:05:36 +0100 Subject: [PATCH] update base image --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 41e6d5a..6054538 100644 --- a/src/index.ts +++ b/src/index.ts @@ -42,8 +42,8 @@ bot.start(async (ctx) => { ) }) const step1 = async (page: Page) => { - await page.goto(url) console.log('step 1', url, JSON.stringify(page)) + await page.goto(url) await sendScreenshot(bot, page, 'step 1') } const step2 = async (page: Page) => {