Skip to content

Commit 0dece13

Browse files
committed
chore: oxfmt the watch alert email template
1 parent 5895609 commit 0dece13

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

internal-packages/emails/emails/alert-dashboard-agent-watch.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,7 @@ function formatFiredAt(firedAt: string) {
7070
* WakeBanner: a fired good-news kind is "all clear", a recurred error "needs
7171
* your attention", anything else states the fact.
7272
*/
73-
const GOOD_NEWS_KINDS = new Set([
74-
"health_recovery",
75-
"backlog_drain",
76-
"run_start",
77-
"run_finished",
78-
]);
73+
const GOOD_NEWS_KINDS = new Set(["health_recovery", "backlog_drain", "run_start", "run_finished"]);
7974

8075
function outcomeLine(kind: string): { accent: string; color: string } {
8176
if (GOOD_NEWS_KINDS.has(kind)) return { accent: "all clear", color: "#A8FF53" };

0 commit comments

Comments
 (0)