This commit is contained in:
tamaina 2021-02-10 02:16:19 +09:00
parent fdacda9b9d
commit 07584f3d6c

View file

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