Skip to content

Commit

Permalink
refactor: slack
Browse files Browse the repository at this point in the history
  • Loading branch information
apple-x-co committed Apr 3, 2021
1 parent 0111313 commit 3b65bdb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Main.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public function run()
$message
->addBlock(
(new SlackSection())
->addField(
->setText(
new SlackMarkdownText('```' . $chunk . '```')
)
);
Expand Down Expand Up @@ -369,7 +369,7 @@ public function run()
$message
->addBlock(
(new SlackSection())
->addField(
->setText(
new SlackMarkdownText('```' . $chunk . '```')
)
);
Expand All @@ -393,7 +393,7 @@ public function run()
$message
->addBlock(
(new SlackSection())
->addField(
->setText(
new SlackMarkdownText('```' . $chunk . '```')
)
);
Expand Down

0 comments on commit 3b65bdb

Please sign in to comment.