Skip to content

Commit

Permalink
Added semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
arvention committed Apr 4, 2020
1 parent 1ee8b20 commit 68f2ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const controller = require('../controllers/controller.js');
const signupController = require('../controllers/signupController.js');

// import module `successController` from `../controllers/successController.js`
const successController = require('../controllers/successController.js')
const successController = require('../controllers/successController.js');

// import module `profileController` from `../controllers/profileController.js`
const profileController = require('../controllers/profileController.js');
Expand Down

0 comments on commit 68f2ff6

Please sign in to comment.