Skip to content

Commit

Permalink
fix: cr -- add return type
Browse files Browse the repository at this point in the history
Signed-off-by: Naseem <[email protected]>
  • Loading branch information
Naseem committed Sep 8, 2020
1 parent 3dbf0e7 commit 2c6e983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/node/opentelemetry-plugin-mysql/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export function getDbStatement(
timeZone?: string
) => string,
values?: any[]
) {
): string {
if (typeof query === 'string') {
return values ? format(query, values) : query;
} else {
Expand Down

0 comments on commit 2c6e983

Please sign in to comment.