mirror of
https://github.com/SkyfallWasTaken/arcade-monitor.git
synced 2024-11-22 08:53:40 +00:00
Add extra newline
This commit is contained in:
parent
7fd634203a
commit
c20a2a3a88
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ async fn run_scrape(env: Env) -> Result<String> {
|
||||||
// If there are any updates/new items, send a message to the Slack webhook.
|
// If there are any updates/new items, send a message to the Slack webhook.
|
||||||
let message = formatdoc! {
|
let message = formatdoc! {
|
||||||
"*Changes detected in the shop:*
|
"*Changes detected in the shop:*
|
||||||
|
|
||||||
{changes}",
|
{changes}",
|
||||||
changes = result.join("\n\n"),
|
changes = result.join("\n\n"),
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue