diff --git a/src/client/scripts/mark-notification-read.ts b/src/client/scripts/mark-notification-read.ts index 36aaec365f..229b3dbbdd 100644 --- a/src/client/scripts/mark-notification-read.ts +++ b/src/client/scripts/mark-notification-read.ts @@ -1,3 +1,3 @@ export function markNotificationRead(notification: any) { - return { ...notification, isRead: true }; + return { ...notification, isRead: true }; }