fix(api): removed missing properties from personalstats
This commit is contained in:
parent
e5a766b893
commit
1c9b4123c3
4 changed files with 25 additions and 10 deletions
|
|
@ -13928,8 +13928,7 @@
|
|||
"awards",
|
||||
"merits_bought",
|
||||
"refills",
|
||||
"donator_days",
|
||||
"ranked_war_wins"
|
||||
"donator_days"
|
||||
],
|
||||
"properties": {
|
||||
"activity": {
|
||||
|
|
@ -13991,10 +13990,6 @@
|
|||
"donator_days": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"ranked_war_wins": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue