🐛 Clear line after live status comment

This commit is contained in:
Anand Chowdhary
2020-08-17 12:53:31 +05:30
committed by GitHub
parent 34a6c66069
commit 18f9e9580c
+1 -1
View File
@@ -148,7 +148,7 @@ ${pageStatuses
: numberOfDown === config.sites.length
? "🟥 Complete outage"
: "🟨 Partial outage"
}** ${line.split("<!--live status-->")[1] || ""}`;
}**`;
}
return line;
})