tamaina 2021-04-24 00:52:04 +09:00
parent d24fedc018
commit 87589ee420
2 changed files with 6 additions and 7 deletions

View file

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