Skip to content

Commit

Permalink
Set client reference in EnrichIntegrationFromRemoteConfigStrategy
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert committed Dec 27, 2016
1 parent 409f49e commit 4946166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/strategy/EnrichIntegrationFromRemoteConfigStrategy.js
Expand Up @@ -237,7 +237,7 @@ EnrichIntegrationFromRemoteConfigStrategy.prototype.process = function (config,
return callback(null, config);
}

var client = this.clientFactory(config);
var client = this.client = this.clientFactory(config);

if (config.application && config.application.href) {
tasks = tasks.concat([
Expand Down

0 comments on commit 4946166

Please sign in to comment.