From dd1992c500c0e2bf853f66c17d77cef678daca9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Mulder?= Date: Fri, 17 Nov 2023 15:30:21 +0100 Subject: [PATCH] fix: set partition on current session at init --- src/util/aws-util.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/aws-util.ts b/src/util/aws-util.ts index 8669461b..987b9d37 100644 --- a/src/util/aws-util.ts +++ b/src/util/aws-util.ts @@ -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; }