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