From 65a8e5e3e1409415493c1888ef49baf979dcb07a Mon Sep 17 00:00:00 2001 From: Andy Royle Date: Wed, 14 Oct 2015 11:20:49 +0100 Subject: [PATCH] don't set reqinfo on this --- registry/routes/component.js | 1 - 1 file changed, 1 deletion(-) diff --git a/registry/routes/component.js b/registry/routes/component.js index 670cdc0dd..e14104dca 100644 --- a/registry/routes/component.js +++ b/registry/routes/component.js @@ -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); }; });