fic: Add Order, Help and Type values in struct

This commit is contained in:
nemunaire 2021-08-30 18:33:14 +02:00
commit 74e8c3801a
16 changed files with 134 additions and 110 deletions

View file

@ -13,7 +13,7 @@ import (
)
type wantChoices struct {
FlagId int64 `json:"id"`
FlagId int `json:"id"`
}
func treatWantChoices(pathname string, team fic.Team) {