refactor(api): unify scheme query endpoints
This commit is contained in:
@@ -476,7 +476,7 @@ def _get_simulation_scheme_burst_ids(
|
||||
) -> list[str]:
|
||||
if not scheme_name:
|
||||
return []
|
||||
rows = query_scheme_list(network) or []
|
||||
rows = query_scheme_list(network, scheme_type=scheme_type) or []
|
||||
for row in rows:
|
||||
if len(row) < 7:
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user