From 55074dfec615515ea006c1b64b6367ec34ac00f2 Mon Sep 17 00:00:00 2001 From: Matt Johnson Date: Thu, 5 Sep 2024 15:28:07 -0500 Subject: [PATCH] data unpacking --- index.js | 1 + 1 file changed, 1 insertion(+) 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); }