mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-30 03:52:15 +09:00
fix lint
This commit is contained in:
parent
ab03cc7c0c
commit
32d6a0a0d2
@ -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']) {
|
||||||
|
Loading…
Reference in New Issue
Block a user