Fix issue

This commit is contained in:
Chomp
2025-01-21 20:37:59 +00:00
parent 3989fa5e58
commit df4f31dbe6
@@ -93,7 +93,7 @@ public record ProfileChangeEvent
public ProfileChangeEventType? Type { get; set; }
[JsonPropertyName("value")]
public int? Value { get; set; }
public double? Value { get; set; }
[JsonPropertyName("entity")]
public string? Entity { get; set; }