fix
This commit is contained in:
parent
bb4cf6a9c6
commit
c53f7f2a42
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ type api_country = {
|
|||
name : string;
|
||||
slug : string;
|
||||
}
|
||||
[@@deriving yojson, show]
|
||||
[@@yojson.allow_extra_fields] [@@deriving yojson, show]
|
||||
|
||||
type api_team_colors = { primary : string; secondary : string; text : string }
|
||||
[@@deriving yojson, show]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue