Skip to content

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
Co-authored-by: Nuno Góis <[email protected]>
  • Loading branch information
gastonfournier and nunogois authored Sep 23, 2024
1 parent e824884 commit a885b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/addons/slack-app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export default class SlackAppAddon extends Addon {
const requests = channels.map((name) => {
return this.slackClient!.chat.postMessage({
channel: name,
text: text,
text,
blocks,
unfurl_links: false,
});
Expand Down

0 comments on commit a885b89

Please sign in to comment.