From 594bceff7775cecb81744e293fc5b20cd8942fe2 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Fri, 22 Jan 2021 14:36:02 +0100 Subject: [PATCH] :paperclip: Minor change on error reporter. --- backend/src/app/error_reporter.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/app/error_reporter.clj b/backend/src/app/error_reporter.clj index 4ec949c7ad..e9fd0a5cc8 100644 --- a/backend/src/app/error_reporter.clj +++ b/backend/src/app/error_reporter.clj @@ -66,7 +66,7 @@ prefix (str/<< "Unhandled exception (@channel):\n" "- host: `~(:host cfg/config)`\n" "- version: `~(:full cfg/version)`") - text (str prefix "\n```" report "\n```") + text (str prefix "\n```\n" report "\n```") rsp (http/send! {:uri uri :method :post