This commit is contained in:
tamaina 2021-09-05 16:44:42 +09:00
parent ab03cc7c0c
commit 32d6a0a0d2
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ export async function readNotificationByQuery(
isRead: false isRead: false
}).then(notifications => notifications.map(notification => notification.id)); }).then(notifications => notifications.map(notification => notification.id));
return readNotification(userId, notificationIds) return readNotification(userId, notificationIds);
} }
function postReadAllNotifications(userId: User['id']) { function postReadAllNotifications(userId: User['id']) {