Skip to content

Commit 2b3b28c

Browse files
committed
Lint
1 parent c92eaab commit 2b3b28c

File tree

1 file changed

+1
-1
lines changed
  • packages/node/src/integrations/tracing/firebase/otel/patches

1 file changed

+1
-1
lines changed

packages/node/src/integrations/tracing/firebase/otel/patches/firestore.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ export function patchFirestore(
5050
unwrap: typeof shimmerUnwrap,
5151
config: FirebaseInstrumentationConfig,
5252
): InstrumentationNodeModuleDefinition {
53-
// eslint-disable-next-line @typescript-eslint/no-empty-function
5453
// Setting an empty function as a default
54+
// eslint-disable-next-line @typescript-eslint/no-empty-function
5555
let firestoreSpanCreationHook: FirestoreSpanCreationHook = () => {};
5656
const configFirestoreSpanCreationHook = config.firestoreSpanCreationHook;
5757

0 commit comments

Comments
 (0)