Skip to content

Commit

Permalink
chore: bind context to function
Browse files Browse the repository at this point in the history
  • Loading branch information
danisharora099 committed Aug 27, 2024
1 parent f7eede4 commit 4d20c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/src/protocols/filter/subscription_manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export class SubscriptionManager implements ISubscriptionSDK {
this.subscriptionCallbacks = new Map();

this.reliabilityMonitor = new ReliabilityMonitor(
getPeers,
getPeers.bind(this),
this.renewAndSubscribePeer.bind(this)
);
}
Expand Down

0 comments on commit 4d20c67

Please sign in to comment.