fix lint
This commit is contained in:
@@ -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']) {
|
||||||
|
Reference in New Issue
Block a user