finish linting server

This commit is contained in:
Matteo Pagliazzi
2019-10-11 13:03:05 +02:00
parent 5aa371bf90
commit e09a70570e
40 changed files with 681 additions and 256 deletions

View File

@@ -98,7 +98,9 @@ api.readNotifications = {
/**
* @api {post} /api/v3/notifications/:notificationId/see Mark one notification as seen
* @apiDescription Mark a notification as seen. Different from marking them as read in that the notification isn't removed but the `seen` field is set to `true`
* @apiDescription Mark a notification as seen.
* Different from marking them as read in that the notification isn't
* removed but the `seen` field is set to `true`.
* @apiName SeeNotification
* @apiGroup Notification
*