String to MongoId changes

This commit is contained in:
Chomp
2025-07-07 12:42:10 +01:00
parent d8229b3e3d
commit 0137af1838
4 changed files with 12 additions and 12 deletions
@@ -25,7 +25,7 @@ public record Reward
public int? Index { get; set; }
[JsonPropertyName("target")]
public string? Target { get; set; }
public string? Target { get; set; } // Can be more than just mongoId
[JsonPropertyName("items")]
public List<Item>? Items { get; set; }