From 0ce4762f75e8d591fe8d9a45e829935f082dc9c5 Mon Sep 17 00:00:00 2001 From: Anthony Cicchetti Date: Sun, 17 Jul 2022 11:29:55 -0400 Subject: [PATCH] Add wiki link --- .../com/anthonycicchetti/slackbot/utility/BlockResponse.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/kotlin/com/anthonycicchetti/slackbot/utility/BlockResponse.kt b/src/main/kotlin/com/anthonycicchetti/slackbot/utility/BlockResponse.kt index 90621a6..8ea3a51 100644 --- a/src/main/kotlin/com/anthonycicchetti/slackbot/utility/BlockResponse.kt +++ b/src/main/kotlin/com/anthonycicchetti/slackbot/utility/BlockResponse.kt @@ -15,6 +15,8 @@ data class BlockResponse(val status: Int = 200, val itemName: String, val highVa divider() section { markdownText(":chart_with_upwards_trend:: $highVal") } section { markdownText(":chart_with_downwards_trend:: $lowVal") } + divider() + section { markdownText("")} } } response = mapper.writeValueAsString(resp)