Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
Corrected accountID
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonzalo-Avalos-Ribas committed Aug 23, 2024
1 parent a28a17a commit a81cbbe
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/getStepStartStates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand Down

0 comments on commit a81cbbe

Please sign in to comment.