botched
cicd / ci (push) Has been cancelled

This commit is contained in:
bel
2026-06-28 09:33:04 -06:00
parent 831fed82f7
commit 8d3db70e01
+2 -2
View File
@@ -16,7 +16,7 @@
ELSE
'bad'
END AS ok
, ms
, ms AS ms
FROM
"pinger_pings"
ORDER BY start DESC
@@ -31,7 +31,7 @@
: "🔴",
`${Math.round((new Date() - 1000*{{.start}})/1000.0)}s ago`,
new Date(1000*{{.start}}),
`${ms}ms`,
"{{.ms}}ms",
],
{{ end }}
]