Implement sort_regexp_validator_groups
This commit is contained in:
parent
081ad1f928
commit
5a79343af8
7 changed files with 42 additions and 26 deletions
|
@ -356,7 +356,7 @@ func MyJSONTeam(t *Team, started bool) (interface{}, error) {
|
|||
}
|
||||
|
||||
if t == nil {
|
||||
h, _ := ComputeHashedFlag([]byte(soluce), false, false, nil)
|
||||
h, _ := ComputeHashedFlag([]byte(soluce), false, false, nil, false)
|
||||
m.Soluce = hex.EncodeToString(h[:])
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue