Skip to content

Commit

Permalink
DOP-4274 copy changes testing
Browse files Browse the repository at this point in the history
  • Loading branch information
anabellabuckvar committed Jan 23, 2024
1 parent 3cf3faa commit 5da28e0
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 @@ -31,7 +31,7 @@ export async function buildEntitledBranchList(entitlement: any, repoBranchesRepo
branch['gitBranchName']
}`;
if (!active) {
entitledBranches.push(`!Inactive ` + `${repoPath}`);
entitledBranches.push(`(!inactive) ${repoPath}`);
} else {
entitledBranches.push(repoPath);
}
Expand Down

0 comments on commit 5da28e0

Please sign in to comment.