Skip to content

Commit

Permalink
Codacy warning fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitpubnub committed Feb 14, 2024
1 parent 6739d5c commit c4aa459
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/entities/commonTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ export interface SubscribeCapable {
subscribe(): void;
unsubscribe(): void;

addListener(listener: any): void;
removeListener(listener: any): void;
addListener(listener: Listener): void;
removeListener(listener: Listener): void;
}

export type SubscriptionOptions = {
Expand Down

0 comments on commit c4aa459

Please sign in to comment.