[CodeFactor] Apply fixes

This commit is contained in:
codefactor-io 2021-04-07 11:59:54 +00:00
parent 1899899c28
commit 7acd23f882

View file

@ -32,7 +32,7 @@ class BitmapsGenerator {
* Prepare headless browser.
*/
public async getBrowser(): Promise<Browser> {
return await puppeteer.launch({
return puppeteer.launch({
ignoreDefaultArgs: ["--no-sandbox"],
headless: true,
});