🐛 Fix jetstream

This commit is contained in:
2025-09-11 18:52:59 +08:00
parent aa062932cf
commit dbc2c54ab0
5 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ namespace DysonNetwork.Shared.Stream;
public class AccountDeletedEvent
{
public static string Type => "account.deleted";
public static string Type => "account_deleted";
public Guid AccountId { get; set; } = Guid.NewGuid();
public Instant DeletedAt { get; set; } = SystemClock.Instance.GetCurrentInstant();