Skip to content

Commit

Permalink
chore(lint): fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleybartlett committed Jan 13, 2025
1 parent 120757f commit 09009ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion typings/mysql/lib/Connection.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,9 @@ export interface ConnectionOptions {
jsonStrings?: boolean;
}

declare class BaseConnection extends QueryableBase(ExecutableBase(EventEmitter)) {
declare class BaseConnection extends QueryableBase(
ExecutableBase(EventEmitter),
) {
config: ConnectionOptions;

threadId: number;
Expand Down

0 comments on commit 09009ac

Please sign in to comment.