Skip to content

Commit

Permalink
DOP-4490-b changing parse function
Browse files Browse the repository at this point in the history
  • Loading branch information
anabellabuckvar committed Apr 3, 2024
1 parent 62c9460 commit d1d2cab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/slack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ export class SlackConnector implements ISlackConnector {
// if so return an object
if (isAdmin && stateValues['block_deploy_option']['deploy_option']?.selected_option?.value == 'deploy_all') {
//add a check to make sure a null return won't break anything
values['deploy_option'] = 'deploy_individually';
values['repo_option'] = await repoBranchesRepository.getProdDeployableRepoBranches(); //aggregation in repoBranches
this._logger.info('all prod deployable repos SendMessage', values['repo_option']);

Expand Down

0 comments on commit d1d2cab

Please sign in to comment.