Skip to content

Commit

Permalink
fix: initialise schema service after auth
Browse files Browse the repository at this point in the history
  • Loading branch information
ljacobsson committed Nov 23, 2022
1 parent aaf96f3 commit 9e8360b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/shared/auth-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ require("@mhlabs/aws-sdk-sso");
function initAuth(cmd) {

const credentials = new AWS.SharedIniFileCredentials({ profile: cmd.profile });
console.log(credentials);
if (credentials.accessKeyId) {
AWS.config.credentials = credentials;
} else {
Expand Down

0 comments on commit 9e8360b

Please sign in to comment.