Skip to content

Commit

Permalink
Corretion: Eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Orkestral authored and Orkestral committed Sep 22, 2022
1 parent a039ccc commit 5e2d801
Show file tree
Hide file tree
Showing 2 changed files with 7,882 additions and 6,478 deletions.
9 changes: 7 additions & 2 deletions src/controllers/initializer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,12 @@ import { tokenSession } from '../config/tokenSession.config';
import { checkFileJson } from '../api/helpers/check-token-file';
import { SocketState, SocketStream } from '../api/model/enum';
import { SessionTokenCkeck, saveToken, isBeta } from './auth';
import { initWhatsapp, initBrowser, injectApi, getWhatsappPage } from './browser';
import {
initWhatsapp,
initBrowser,
injectApi,
getWhatsappPage
} from './browser';
import { welcomeScreen } from './welcome';
const path = require('path');
/**
Expand Down Expand Up @@ -248,7 +253,7 @@ export async function create(
});

statusFind && statusFind('initWhatsapp', this.session);

const newPage: Page = await getWhatsappPage(browser);
const client = new Whatsapp(newPage, session, mergedOptions);
const page: false | Page = await initWhatsapp(
Expand Down
Loading

0 comments on commit 5e2d801

Please sign in to comment.