Clean up types

This commit is contained in:
Eric Bailey
2025-02-12 10:53:51 -06:00
parent df50f7d6a3
commit 66280fd731
10 changed files with 40 additions and 50 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ const DEFAULT_HANDLER_OPTIONS = {
let storedPayload: NotificationPayload | undefined
let prevDate = 0
const logger = Logger.create(Logger.Context.notifications)
const logger = Logger.create(Logger.Context.Notifications)
export function useNotificationsHandler() {
const queryClient = useQueryClient()