mirror of
https://github.com/lampame/lampac-ukraine.git
synced 2026-04-16 17:32:20 +00:00
fix: change Team property type from string to object in AnimeON models
This commit is contained in:
parent
d07e90cf33
commit
6f2267d8a4
@ -78,7 +78,7 @@ namespace AnimeON.Models
|
||||
public string Description { get; set; }
|
||||
|
||||
[JsonPropertyName("team")]
|
||||
public string Team { get; set; }
|
||||
public object Team { get; set; }
|
||||
|
||||
[JsonPropertyName("telegram")]
|
||||
public string Telegram { get; set; }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user