Skip to content

Commit

Permalink
param updates
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-johnson-cai committed Sep 18, 2024
1 parent b05524b commit 6179ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class RallyClient {
const debugEnvs = process.env.DEBUG?.toLowerCase() === "true" || false;
const debugConf = config?.debug === true || false;

const configtest = JSON.parse(JSON.stringify(config));
let configtest = JSON.parse(JSON.stringify(config));
configtest.auth.key = maskValue(configtest.auth.key);
configtest.auth.user = maskValue(configtest.auth.user);
configtest.auth.pass = maskValue(configtest.auth.pass);
Expand Down

0 comments on commit 6179ac7

Please sign in to comment.