Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Commit ed422ed

Browse files
authored
fix: Remove unused type arg (#1467)
1 parent b75f5d8 commit ed422ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cls.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ export class TraceCLS implements CLS<RootContext> {
174174
return this.currentCLS.bindWithCurrentContext(fn);
175175
}
176176

177-
patchEmitterToPropagateContext<T>(ee: EventEmitter): void {
177+
patchEmitterToPropagateContext(ee: EventEmitter): void {
178178
this.currentCLS.patchEmitterToPropagateContext(ee);
179179
}
180180
}

0 commit comments

Comments
 (0)