mirror of
https://github.com/Jetsparrow/jetherald.git
synced 2026-01-20 23:56:08 +03:00
Fix date format in heart event report
This commit is contained in:
parent
d0b2cf2332
commit
07ffe8fbbb
@ -29,7 +29,7 @@ public class HeartMonitor : BackgroundService
|
|||||||
{
|
{
|
||||||
await Herald.BroadcastMessageRaw(
|
await Herald.BroadcastMessageRaw(
|
||||||
a.TopicId,
|
a.TopicId,
|
||||||
$"!{a.Description}!:\nHeart \"{a.Heart}\" stopped beating at {a.CreateTs}");
|
$"!{a.Description}!:\nHeart \"{a.Heart}\" stopped beating at {a.CreateTs:O}");
|
||||||
|
|
||||||
await Db.MarkHeartAttackReported(a.HeartEventId);
|
await Db.MarkHeartAttackReported(a.HeartEventId);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user