mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-04 17:06:27 +00:00
Fix fix event type filter in postgre
This commit is contained in:
parent
9bd080f853
commit
0c7689adde
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ class ActionsSearch:
|
|||
if c is None:
|
||||
return None
|
||||
|
||||
classes += c.lower()
|
||||
classes += list(map(str.lower, c))
|
||||
|
||||
return classes
|
||||
|
||||
|
|
Loading…
Reference in a new issue