Skip to content

Commit

Permalink
Merge pull request #12 from apple-x-co/refactor-slack
Browse files Browse the repository at this point in the history
refactor slack
  • Loading branch information
apple-x-co authored Apr 3, 2021
2 parents 4870e5f + 3b65bdb commit 77ad70f
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 77ad70f

Please sign in to comment.