This commit is contained in:
tamaina 2021-02-10 02:16:19 +09:00
parent fdacda9b9d
commit 07584f3d6c
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
export function markNotificationRead(notification: any) {
return { ...notification, isRead: true };
return { ...notification, isRead: true };
}