fix: lint
This commit is contained in:
parent
dbfe162cd2
commit
6fc3d1e98f
@ -154,7 +154,7 @@ func getTaskFiltersFromFilterString(filter string) (filters []*taskFilter, err e
|
|||||||
|
|
||||||
filter = strings.ReplaceAll(filter, " in ", " ?= ")
|
filter = strings.ReplaceAll(filter, " in ", " ?= ")
|
||||||
|
|
||||||
// Replaces all occurences with in with a string so that it passes the filter
|
// Replaces all occurrences with in with a string so that it passes the filter
|
||||||
pattern := `\?=\s+([^&|]+)`
|
pattern := `\?=\s+([^&|]+)`
|
||||||
re := regexp.MustCompile(pattern)
|
re := regexp.MustCompile(pattern)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user