Skip to content

Commit

Permalink
Add empty initialize function
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaughto committed Nov 12, 2015
1 parent d9b6b0b commit 6c40217
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/hook.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ module.exports = function flagpoleHook(sails) {
});
},

initialize: function(cb){
cb();
},

/**
* Shadow route bindings
* @type {Object}
Expand Down

0 comments on commit 6c40217

Please sign in to comment.