Skip to content

Commit

Permalink
Trivial
Browse files Browse the repository at this point in the history
  • Loading branch information
mikermcneil committed Mar 21, 2018
1 parent 3bdd786 commit 0753a99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/hooks/i18n/index.js
Expand Up @@ -80,7 +80,7 @@ module.exports = function(sails) {
return next();
});

});//</sails.after>
});//</sails.on>

return cb();
}//-•
Expand Down Expand Up @@ -147,7 +147,7 @@ module.exports = function(sails) {
return sails.hooks.i18n.expressMiddleware(req, res, next);
});

});//</sails.after>
});//</sails.on>


// Finally, call the callback to indicate that the hook is done initializing.
Expand Down

0 comments on commit 0753a99

Please sign in to comment.