From 06e41167d05a26befb14b9742f4fc4ef3833d35d Mon Sep 17 00:00:00 2001 From: Aryan Goharzad Date: Fri, 20 Jan 2023 14:43:28 -0500 Subject: Lints some errors and warnings (#76) --- src/state/models/notifications-view.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/state/models/notifications-view.ts') diff --git a/src/state/models/notifications-view.ts b/src/state/models/notifications-view.ts index 965efb87d..32294ef33 100644 --- a/src/state/models/notifications-view.ts +++ b/src/state/models/notifications-view.ts @@ -366,7 +366,7 @@ export class NotificationsViewModel { } this._xLoading() let numToFetch = this.notifications.length - let cursor = undefined + let cursor try { do { const res: ListNotifications.Response = -- cgit 1.4.1