Skip to content

Commit 9f81e93

Browse files
committed
fixed some blank lines after swagger annotations
1 parent c46188a commit 9f81e93

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

routes/challenges.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ const challengesController = require('../controllers/challengeController')
3333
* schema:
3434
* $ref: '#/components/schemas/challenges'
3535
*/
36-
3736
router
3837
.route('/')
3938
.get(authenticate, challengesController.sendChallengeResponse)
@@ -61,7 +60,6 @@ router
6160
* description : not able to suscribed to challenge
6261
*
6362
*/
64-
6563
router.post('/subscribe', authenticate, challengesController.subscribeToChallenge)
6664

6765
module.exports = router

0 commit comments

Comments
 (0)