We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bd1296 commit e1f15c1Copy full SHA for e1f15c1
plugins/node/instrumentation-mongoose/src/utils.ts
@@ -105,7 +105,7 @@ export function handleCallbackResponse(
105
let callbackArgumentIndex = 0;
106
if (args.length === 2) {
107
callbackArgumentIndex = 1;
108
- } else if (args.length === 3){
+ } else if (args.length === 3) {
109
callbackArgumentIndex = 2;
110
}
111
0 commit comments