diff --git a/index.js b/index.js index d103663..b1833b7 100644 --- a/index.js +++ b/index.js @@ -66,6 +66,7 @@ class RallyClient { this.logger = new RallyLog(); this.logger.log(`Config: ${JSON.stringify(configtest)}`); + configtest = null; this.configureSettingsOverrides(config); }