From 07584f3d6c6193550bc6c9bb2c45a0ce8b9ae506 Mon Sep 17 00:00:00 2001 From: tamaina Date: Wed, 10 Feb 2021 02:16:19 +0900 Subject: [PATCH] fix --- src/client/scripts/mark-notification-read.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }; }