From 9de5bc564d806e0dfbe32c1cf1ff0f7164cd015b Mon Sep 17 00:00:00 2001 From: Celine Sarafa Date: Thu, 11 Apr 2024 19:15:18 +0200 Subject: [PATCH] chore: ammend comment --- packages/notify-client/src/controllers/engine.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/notify-client/src/controllers/engine.ts b/packages/notify-client/src/controllers/engine.ts index 5f9e345..569b13a 100644 --- a/packages/notify-client/src/controllers/engine.ts +++ b/packages/notify-client/src/controllers/engine.ts @@ -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; }