fix(parser/resultstatus): default forcequit option
This commit is contained in:
parent
fa649fcabe
commit
bbde1136ad
|
@ -10,7 +10,7 @@ import (
|
|||
type Conf struct {
|
||||
Score int
|
||||
Comment string
|
||||
ForceQuitOnNotAccepted bool `default:"false"`
|
||||
ForceQuitOnNotAccepted bool `default:"true"`
|
||||
}
|
||||
|
||||
type ResultStatus struct{}
|
||||
|
|
Loading…
Reference in New Issue
Block a user