Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jonalan7 committed Apr 27, 2021
1 parent 68505e0 commit d89aa5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/whatsapp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export class Whatsapp extends ControlsLayer {
*/
public async close() {
try {
if (!this.page.isClosed()){
if (!this.page.isClosed()) {
await this.page.close();
return true;
}
Expand Down

0 comments on commit d89aa5a

Please sign in to comment.