fix: validate WordStatus correctly, raise field entry length limit to 100

This commit is contained in:
Sam 2023-03-30 00:15:21 +02:00
parent 96376516b0
commit c98e4390b1
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
2 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ const (
MaxFields = 25
FieldNameMaxLength = 100
FieldEntriesLimit = 100
FieldEntryMaxLength = 50
FieldEntryMaxLength = 100
)
type Field struct {