Skip to content

Commit e1f15c1

Browse files
committed
lint
1 parent 7bd1296 commit e1f15c1

File tree

1 file changed

+1
-1
lines changed
  • plugins/node/instrumentation-mongoose/src

1 file changed

+1
-1
lines changed

plugins/node/instrumentation-mongoose/src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export function handleCallbackResponse(
105105
let callbackArgumentIndex = 0;
106106
if (args.length === 2) {
107107
callbackArgumentIndex = 1;
108-
} else if (args.length === 3){
108+
} else if (args.length === 3) {
109109
callbackArgumentIndex = 2;
110110
}
111111

0 commit comments

Comments
 (0)