Skip to content

Commit

Permalink
[FIX] 잘못된 메세지 포맷 수정 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
trz-21 authored Mar 26, 2024
1 parent 5019ddb commit 21fe867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ const handleBurritos = async (giver: string, channel: string, duckedMessage: str
type: 'section',
text: {
type: 'mrkdwn',
text: `[헤이덕 대시보드](${dashBoardUrl})에서 내가 받은 :duck: 수를 확인해보세요!`,
text: `<${dashBoardUrl}|헤이덕 대시보드>에서 내가 받은 :duck: 수를 확인해보세요!`,
},
},
]);
Expand Down

0 comments on commit 21fe867

Please sign in to comment.