Skip to content

Commit

Permalink
fix: Remove unused type arg (#1467)
Browse files Browse the repository at this point in the history
  • Loading branch information
punya authored Aug 29, 2022
1 parent b75f5d8 commit ed422ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export class TraceCLS implements CLS<RootContext> {
return this.currentCLS.bindWithCurrentContext(fn);
}

patchEmitterToPropagateContext<T>(ee: EventEmitter): void {
patchEmitterToPropagateContext(ee: EventEmitter): void {
this.currentCLS.patchEmitterToPropagateContext(ee);
}
}
Expand Down

0 comments on commit ed422ed

Please sign in to comment.