mirror of
https://github.com/lampame/lampac-ukraine.git
synced 2026-04-17 01:42:19 +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; }
|
public string Description { get; set; }
|
||||||
|
|
||||||
[JsonPropertyName("team")]
|
[JsonPropertyName("team")]
|
||||||
public string Team { get; set; }
|
public object Team { get; set; }
|
||||||
|
|
||||||
[JsonPropertyName("telegram")]
|
[JsonPropertyName("telegram")]
|
||||||
public string Telegram { get; set; }
|
public string Telegram { get; set; }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user