Skip to content

Commit dd0a334

Browse files
committed
refactor: DeadLetter 볼드채를 ** -> * 로 변경한다
1 parent c821d62 commit dd0a334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/org/gitanimals/notification/app/SlackDeadLetterMessageListener.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class SlackDeadLetterMessageListener(
3939

4040
notification.notifyWithActions(
4141
message = """
42-
:this_is_fine: **DeadLetter** :this_is_fine:
42+
:this_is_fine: *DeadLetter* :this_is_fine:
4343
4444
> $deadLetterEvent
4545
""".trimIndent(),

0 commit comments

Comments
 (0)