Skip to content

Commit

Permalink
fix: set partition on current session at init
Browse files Browse the repository at this point in the history
  • Loading branch information
rene84 committed Nov 17, 2023
1 parent 4081229 commit dd1992c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/util/aws-util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ export class AwsUtil {

// if the master accountId wasn't set before, then populate it with the current caller
await AwsUtil.GetMasterAccountId();
await AwsUtil.GetPartitionFromCurrentSession();

this.initialized = true;
}
Expand Down

0 comments on commit dd1992c

Please sign in to comment.