mirror of
https://github.com/wahyd4/upptime.git
synced 2026-08-09 05:06:31 +10:00
🐛 Clear line after live status comment
This commit is contained in:
+1
-1
@@ -148,7 +148,7 @@ ${pageStatuses
|
||||
: numberOfDown === config.sites.length
|
||||
? "🟥 Complete outage"
|
||||
: "🟨 Partial outage"
|
||||
}** ${line.split("<!--live status-->")[1] || ""}`;
|
||||
}**`;
|
||||
}
|
||||
return line;
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user