fix lint
This commit is contained in:
parent
a88e6871ee
commit
296da10199
|
@ -18,7 +18,7 @@ export async function readNotification(
|
|||
});
|
||||
|
||||
if (!await Users.getHasUnreadNotification(userId)) return postReadAllNotifications(userId);
|
||||
else return postReadNotifications(userId, notificationIds)
|
||||
else return postReadNotifications(userId, notificationIds);
|
||||
}
|
||||
|
||||
export async function readNotificationByQuery(
|
||||
|
|
Loading…
Reference in New Issue