From dad50ce73143a5368bfc13889392c9a55a3b8507 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Tue, 11 Feb 2025 13:48:02 -0600 Subject: [PATCH] Remove manual prefix --- src/lib/hooks/useNotificationHandler.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/hooks/useNotificationHandler.ts b/src/lib/hooks/useNotificationHandler.ts index 764b2f4405..fbf5453578 100644 --- a/src/lib/hooks/useNotificationHandler.ts +++ b/src/lib/hooks/useNotificationHandler.ts @@ -188,7 +188,7 @@ export function useNotificationsHandler() { return DEFAULT_HANDLER_OPTIONS } - logger.debug('Notifications: received', {e}) + logger.debug('received', {e}) const payload = e.request.trigger.payload as NotificationPayload if ( @@ -215,7 +215,7 @@ export function useNotificationsHandler() { } prevDate = e.notification.date - logger.debug('Notifications: response received', { + logger.debug('response received', { actionIdentifier: e.actionIdentifier, }) @@ -242,7 +242,7 @@ export function useNotificationsHandler() { ) { truncateAndInvalidate(queryClient, RQKEY_NOTIFS('mentions')) } - logger.debug('Notifications: handleNotification', { + logger.debug('handleNotification', { content: e.notification.request.content, payload: e.notification.request.trigger.payload, })