fix products listing
This commit is contained in:
@@ -37,7 +37,6 @@ func ParseFilters[T any](c fiber.Ctx, formColumnMappimg ...map[string]string) (f
|
||||
func ParseFieldFilters[T any](c fiber.Ctx, formColumnMapping ...map[string]string) (*filters.FiltersList, error) {
|
||||
// var model T
|
||||
list := filters.NewFiltersList()
|
||||
|
||||
whereScopefilters := ParseWhereScopes[T](c, []string{}, formColumnMapping...)
|
||||
list.Append(whereScopefilters...)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user