From d365fb9263ae28ee02dc753a951c36d370cbe0ef Mon Sep 17 00:00:00 2001 From: Salman Date: Fri, 20 Dec 2024 19:46:29 +0500 Subject: [PATCH] es-lint --- .../commonwealth/client/scripts/hooks/useFetchNotifications.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/commonwealth/client/scripts/hooks/useFetchNotifications.ts b/packages/commonwealth/client/scripts/hooks/useFetchNotifications.ts index c63a68e283d..b88b1322e64 100644 --- a/packages/commonwealth/client/scripts/hooks/useFetchNotifications.ts +++ b/packages/commonwealth/client/scripts/hooks/useFetchNotifications.ts @@ -23,7 +23,7 @@ const useFetchNotifications = () => { } }; - fetchNotifications(); + fetchNotifications(); // eslint-disable-line @typescript-eslint/no-floating-promises }, [feedClient]); return { items };