fix lint
This commit is contained in:
parent
ab03cc7c0c
commit
32d6a0a0d2
|
@ -31,7 +31,7 @@ export async function readNotificationByQuery(
|
|||
isRead: false
|
||||
}).then(notifications => notifications.map(notification => notification.id));
|
||||
|
||||
return readNotification(userId, notificationIds)
|
||||
return readNotification(userId, notificationIds);
|
||||
}
|
||||
|
||||
function postReadAllNotifications(userId: User['id']) {
|
||||
|
|
Loading…
Reference in New Issue