Skip to content

Commit ff012be

Browse files
committed
space fix
1 parent cf6c421 commit ff012be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/api_client_v2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var ApiClient = function (settings) {
3333
throw new Error("Region is invalid.");
3434
}
3535

36-
const { version, appVersion, baseUrl, baseUrlApp } = require(`./ config.${region}`);
36+
const { version, appVersion, baseUrl, baseUrlApp } = require(`./config.${region}`);
3737

3838
logger.info("Imported ApiClient and User Credenetials", settings);
3939
ApiClient.basicAuth = "Basic " + Buffer.from(settings.username + ":" + settings.accessKey).toString("base64");

0 commit comments

Comments
 (0)