Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
icleitoncosta authored Mar 22, 2024
1 parent 756c8ce commit 1d9fff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/initializer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ export async function create(

if (page) {
await page.setBypassCSP(true);

const client = new Whatsapp(page, session, mergedOptions);
client.catchQR = catchQR;
client.statusFind = statusFind;
Expand Down

0 comments on commit 1d9fff2

Please sign in to comment.