Skip to content

Commit 8a08afd

Browse files
committed
lint
1 parent b174583 commit 8a08afd

File tree

1 file changed

+1
-1
lines changed
  • packages/instrumentation-graphql/src

1 file changed

+1
-1
lines changed

packages/instrumentation-graphql/src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ export function wrapFields(
326326
if (field.type) {
327327
const unwrappedTypes = unwrapType(field.type);
328328
for (const unwrappedType of unwrappedTypes) {
329-
wrapFields(unwrappedType, tracer, getConfig);
329+
wrapFields(unwrappedType, tracer, getConfig);
330330
}
331331
}
332332
});

0 commit comments

Comments
 (0)