Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullah-kasim committed Oct 11, 2023
1 parent c52104e commit 9b64136
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/commands/phpmyadmin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ export class PhpMyAdminCommand {
this.log( 'Generating PhpMyAdmin URL...' );
const url = await generatePhpMyAdminAccess( this.env.id );

// eslint-disable-next-line @typescript-eslint/no-unsafe-call
opn( url, { wait: false } );
void opn( url, { wait: false } );

this.log( 'Switch to your default browser.' );
}
Expand Down

0 comments on commit 9b64136

Please sign in to comment.