This commit is contained in:
@@ -256,7 +256,7 @@ func convertToNewFilter(oldFilter []any) (newFilterMap map[int]any) {
|
|||||||
|
|
||||||
newFilterMap = make(map[int]any)
|
newFilterMap = make(map[int]any)
|
||||||
|
|
||||||
switch reflect.TypeFor[[]interface{}]().Kind() {
|
switch reflect.TypeFor[[]any]().Kind() {
|
||||||
|
|
||||||
case reflect.Slice:
|
case reflect.Slice:
|
||||||
s := reflect.ValueOf(oldFilter)
|
s := reflect.ValueOf(oldFilter)
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user