Merge remote-tracking branch 'origin/api-v1.7.0' into dev
This commit is contained in:
commit
6be133a644
1 changed files with 0 additions and 2 deletions
|
|
@ -142,8 +142,6 @@ def events_search(projectId: int, q: str,
|
|||
return {"data": []}
|
||||
if live:
|
||||
return assist.autocomplete(project_id=projectId, q=q, key=type.value if type is not None else None)
|
||||
if isinstance(type, str):
|
||||
return {"errors": ["Unsupported type"]}
|
||||
if type in [schemas.FetchFilterType._url]:
|
||||
type = schemas.EventType.request
|
||||
elif type in [schemas.GraphqlFilterType._name]:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue