libfic: fix bad hints displayed
This commit is contained in:
parent
5e2e03f5e9
commit
2aa1d6eeca
2 changed files with 6 additions and 6 deletions
|
@ -9,8 +9,8 @@ type EHint struct {
|
|||
Id int64 `json:"id"`
|
||||
IdExercice int64 `json:"idExercice"`
|
||||
Title string `json:"title"`
|
||||
Content string `json:"content"`
|
||||
File string `json:"file"`
|
||||
Content string `json:"content"`
|
||||
File string `json:"file"`
|
||||
Cost int64 `json:"cost"`
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue