Fix Party.fio field.

This commit is contained in:
Alexander Zhuravlev 2024-02-26 01:45:15 +03:00
parent ed95ed9deb
commit 7cb343c7f9

View File

@ -338,7 +338,7 @@ type (
Okogu string `json:"okogu"`
Okfs string `json:"okfs"`
Okved string `json:"okved"`
Fio FIO `json:fio`
Fio *FIO `json:"fio"`
Okveds []*struct {
Main bool `json:"main"`
Type string `json:"type"`