Skip to content

Commit

Permalink
Slack ? (#6625)
Browse files Browse the repository at this point in the history
  • Loading branch information
lasryaric authored Aug 1, 2024
1 parent 2052922 commit 250c0b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions connectors/src/connectors/slack/bot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,9 @@ async function botAnswerMessage(
}
}

if (message.trim() === "") {
message = "?";
}
const messageReqBody = {
content: message,
mentions: mentions.map((m) => {
Expand Down

0 comments on commit 250c0b3

Please sign in to comment.