Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultJanBeyer committed Sep 20, 2023
1 parent 296c671 commit 64bded8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/bot/src/methods/200_postStandup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ const getUserMessage = async (BOT: StandupBot, member: string) => {
text: {
type: "mrkdwn",
text: `*${answer.question}*${
!imageBlocksAnswers ? `\n${textAnswer}` : ""
!imageBlocksAnswers?.length ? `\n${textAnswer}` : ""
}`,
},
});
Expand Down

0 comments on commit 64bded8

Please sign in to comment.