Skip to content

Commit

Permalink
chore: ammend comment
Browse files Browse the repository at this point in the history
  • Loading branch information
devceline committed Apr 11, 2024
1 parent 184555d commit 9de5bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/notify-client/src/controllers/engine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export class NotifyEngine extends INotifyEngine {
constructor(client: INotifyEngine["client"]) {
super(client);

// -1 since it has not been called yet
// 0 since it has not been called yet
this.lastWatchSubscriptionsCallTimestamp = 0;
this.disconnectTimer = 0;
}
Expand Down

0 comments on commit 9de5bc5

Please sign in to comment.