parent
437fe9533b
commit
14e4bb6600
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ def get_live_sessions_ws(project_id, body: schemas.LiveSessionsSearchPayloadSche
|
|||
data["filter"][f.source] = {"values": f.value, "operator": f.operator}
|
||||
|
||||
else:
|
||||
data["filter"][f.type.value] = {"values": f.value, "operator": f.operator}
|
||||
data["filter"][f.type] = {"values": f.value, "operator": f.operator}
|
||||
return __get_live_sessions_ws(project_id=project_id, data=data)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue