fixed conflicts

This commit is contained in:
Nuno Coração
2024-03-19 23:57:43 +00:00
39 changed files with 7852 additions and 652 deletions

View File

@@ -134,9 +134,6 @@ puppeteer
await page.goto(users[i].url);
await page.screenshot({ path: dir + "/feature.jpg" });
}
}
await browser.close();