From a81cbbea2d55f7e905dafcc2d69c214df6360b4e Mon Sep 17 00:00:00 2001 From: Gonzalo Avalos Ribas Date: Fri, 23 Aug 2024 14:42:20 -0300 Subject: [PATCH] Corrected accountID --- src/getStepStartStates.ts | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/getStepStartStates.ts b/src/getStepStartStates.ts index 080b763..3730278 100644 --- a/src/getStepStartStates.ts +++ b/src/getStepStartStates.ts @@ -149,9 +149,11 @@ export default async function getStepStartStates( disabled: !( // INT-11589 ( - instance.accountId == 'ff5cf2a1-4fb2-4f56-929e-6e79d195da8d' || - instance.accountId == '0c51143d-9728-4f42-8442-4b52be5e8a74' || - instance.accountId == 'j1dev' + instance.config.jupiteroneAccountId == + 'ff5cf2a1-4fb2-4f56-929e-6e79d195da8d' || + instance.config.jupiteroneAccountId == + '0c51143d-9728-4f42-8442-4b52be5e8a74' || + instance.config.jupiteroneAccountId == 'j1dev' ) ), // INT-10704 },