From c0a43a6102a983e95a2daaa768619db969ad486e Mon Sep 17 00:00:00 2001 From: anabellabuckvar <41971124+anabellabuckvar@users.noreply.github.com> Date: Mon, 6 May 2024 13:00:07 -0400 Subject: [PATCH] DOP-4497 change comment placement --- api/handlers/slack.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/handlers/slack.ts b/api/handlers/slack.ts index 20f67376c..e3e3c62f9 100644 --- a/api/handlers/slack.ts +++ b/api/handlers/slack.ts @@ -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()