fix lint
This commit is contained in:
parent
effecacf50
commit
9f01724555
|
@ -53,5 +53,5 @@ export default define(meta, async (ps, user) => {
|
|||
throw new ApiError(meta.errors.noNotificationRequested);
|
||||
}
|
||||
|
||||
return readNotification(user.id, notificationIds)
|
||||
return readNotification(user.id, notificationIds);
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue