Skip to content

Commit

Permalink
SNOW-1781419 - Fix deleting proxy user/password
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-pmotacki committed Dec 6, 2024
1 parent da27b2f commit 6c73843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/proxy_util.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const Logger = require('./logger');
const Errors = require('./errors');
const Util = require('./util');
const GlobalConfig = require('./global_config');
const LoggingUtil = require('./logger/logging_utils');
const LoggingUtil = require('./logger/logging_util');
const ErrorCodes = Errors.codes;
/**
* remove http:// or https:// from the input, e.g. used with proxy URL
Expand Down

0 comments on commit 6c73843

Please sign in to comment.