Fix query param name

This commit is contained in:
kolaente 2020-06-27 18:17:02 +02:00
parent cc688f0594
commit c73873a5ff
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ type TaskCollection struct {
// The way all filter conditions are concatenated together, can be either "and" or "or".,
FilterConcat string `query:"filter_concat"`
// If set to true, the result will also include null values
FilterIncludeNulls bool `quiery:"filter_include_nulls"`
FilterIncludeNulls bool `query:"filter_include_nulls"`
web.CRUDable `xorm:"-" json:"-"`
web.Rights `xorm:"-" json:"-"`