sync: Allow free hint

This commit is contained in:
nemunaire 2021-11-14 16:15:19 +01:00
commit 57d351c6c1
2 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@ import (
type ExerciceHintParams struct {
Filename string
Content string
Cost int64
Cost *int64
Title string
NeedFlag []ExerciceDependency `toml:"need_flag,omitempty"`
}