Skip to content

Commit

Permalink
style: lint mysql2 source
Browse files Browse the repository at this point in the history
  • Loading branch information
rauno56 committed Jun 22, 2022
1 parent 30c99df commit 50ae83c
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ import { VERSION } from './version';

type formatType = typeof mysqlTypes.format;

export class MySQL2Instrumentation extends InstrumentationBase<
any
> {
export class MySQL2Instrumentation extends InstrumentationBase<any> {
static readonly COMMON_ATTRIBUTES = {
[SemanticAttributes.DB_SYSTEM]: DbSystemValues.MYSQL,
};
Expand Down

0 comments on commit 50ae83c

Please sign in to comment.