Skip to content

Commit

Permalink
don't set reqinfo on this
Browse files Browse the repository at this point in the history
  • Loading branch information
andyroyle committed Oct 14, 2015
1 parent 24c2e0e commit 65a8e5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion registry/routes/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ module.exports = function(conf, repository){

_.forEach(plugins, function(plugin, pluginName){
wrapped[pluginName] = function(){
this.__reqInfo = requestInfo;
return plugin.apply(this, arguments);
};
});
Expand Down

0 comments on commit 65a8e5e

Please sign in to comment.