Skip to content

Commit

Permalink
env Id code reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
shivani170 committed Nov 5, 2024
1 parent 3fd793a commit 9d5330a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export default function BulkCDTrigger({
let _isPartialActionAllowed = false
for (const appDetails of appList) {
if (_cdMaterialResponse[appDetails.appId]) {
appEnvMap.push({ appId: appDetails.appId, envId: currentEnv})
appEnvMap.push({ appId: appDetails.appId, envId: appDetails.envId})
}
}
const { result } = await getDeploymentWindowStateAppGroup(appEnvMap)
Expand Down

0 comments on commit 9d5330a

Please sign in to comment.