go fix
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-02-18 15:12:33 +11:00
parent 125b0bb35f
commit f558a855ae
2 changed files with 43 additions and 44 deletions

View File

@@ -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)

File diff suppressed because one or more lines are too long