Skip to content

Commit

Permalink
DOP-4497 change comment placement
Browse files Browse the repository at this point in the history
  • Loading branch information
anabellabuckvar committed May 6, 2024
1 parent 441e46f commit c0a43a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/handlers/slack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ export async function buildEntitledGroupsList(entitlement: any, repoBranchesRepo
}
}

//sort the options by version number
const repoOption = {
label: {
type: 'plain_text',
text: repoName,
},
//sort the options by version number
options: options.sort((branchOne, branchTwo) => {
return branchTwo.text.text
.toString()
Expand Down

0 comments on commit c0a43a6

Please sign in to comment.