Skip to content

Commit 9263034

Browse files
authored
Update sde_collections/utils/slack_utils.py
1 parent 76bc096 commit 9263034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sde_collections/utils/slack_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"mention_users": ["channel"],
4444
},
4545
(WorkflowStatusChoices.QUALITY_CHECK_MINOR, WorkflowStatusChoices.PROD_MINOR): {
46-
"message": "<!here> {name} is now live on Public Prod! Congrats team! :sparkles:",
46+
"message": "{name} is now live on Public Prod! Congrats team! :sparkles:",
4747
"mention_users": ["channel"],
4848
},
4949
}

0 commit comments

Comments
 (0)