Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Sep 13, 2023
1 parent c3a5737 commit 0234b78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/notifProviderRoot/slackProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export class SlackProvider extends NotifProviderRoot {
for (const slackChannelId of slackChannelsIds) {
try {
const resp = await this.slackClient.chat.postMessage({
text: notifMessage,
blocks: blocks,
channel: slackChannelId,
});
Expand Down

0 comments on commit 0234b78

Please sign in to comment.