Skip to content

Commit

Permalink
move function comment above function
Browse files Browse the repository at this point in the history
  • Loading branch information
joelanman committed Mar 4, 2016
1 parent ec2accc commit f4adfd7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,10 @@ exports.findAvailablePort = function(app){

}

// Middleware - store any data sent in session, and pass it to all views

exports.autoStoreData = function (req, res, next) {

// Middleware - store any data sent in session

if (!req.session.data){
req.session.data = {};
Expand Down

0 comments on commit f4adfd7

Please sign in to comment.