Skip to content

Commit

Permalink
DOP-4274 changed 'inactive' copy
Browse files Browse the repository at this point in the history
  • Loading branch information
anabellabuckvar committed Jan 23, 2024
1 parent bf47de1 commit 3cf3faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/slack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export class SlackConnector implements ISlackConnector {
branches.forEach((fullPath) => {
const displayBranchPath = fullPath;
let valueBranchPath = fullPath;
const isInactive = fullPath.startsWith('(!inactiveStr)');
const isInactive = fullPath.startsWith('(!inactive)');
if (isInactive == true) {
valueBranchPath = fullPath.slice(12);
}
Expand Down

0 comments on commit 3cf3faa

Please sign in to comment.