Skip to content

Commit

Permalink
es-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
salman-neslit committed Dec 20, 2024
1 parent b8f0c89 commit d365fb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const useFetchNotifications = () => {
}
};

fetchNotifications();
fetchNotifications(); // eslint-disable-line @typescript-eslint/no-floating-promises
}, [feedClient]);

return { items };
Expand Down

0 comments on commit d365fb9

Please sign in to comment.