Skip to content

Commit 43878c1

Browse files
committed
fix(lint): lines and spaces
1 parent 59a3e18 commit 43878c1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

website/server/controllers/api-v3/notifications.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,9 @@ api.readNotification = {
5555
* @apiName ReadNotifications
5656
* @apiGroup Notification
5757
*
58-
* @apiParam {String[]} notificationIds Array of UUIDs of notification IDs to mark as read (required)
59-
*
58+
* @apiParam {String[]} notificationIds Array of UUIDs of notification IDs to mark as read
59+
* (required)
60+
*
6061
* @apiSuccess {Object} data Updated user.notifications array
6162
*/
6263
api.readNotifications = {

0 commit comments

Comments
 (0)