From 18f9e9580c9aada0d3684f1903a27557abebf97d Mon Sep 17 00:00:00 2001 From: Anand Chowdhary Date: Mon, 17 Aug 2020 12:53:31 +0530 Subject: [PATCH] :bug: Clear line after live status comment --- summary.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/summary.ts b/summary.ts index b5f53d30..8200b930 100644 --- a/summary.ts +++ b/summary.ts @@ -148,7 +148,7 @@ ${pageStatuses : numberOfDown === config.sites.length ? "🟥 Complete outage" : "🟨 Partial outage" - }** ${line.split("")[1] || ""}`; + }**`; } return line; })