mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
fix kwarg key
This commit is contained in:
parent
21d68b0d13
commit
29def2f267
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ class HiearchyEndpoint(ResourceRestApiEndpoint):
|
|||
"type": 1,
|
||||
}
|
||||
|
||||
asset_docs = get_assets(project_name, field=query_projection.keys())
|
||||
asset_docs = get_assets(project_name, fields=query_projection.keys())
|
||||
asset_docs_by_id = {
|
||||
asset_doc["_id"]: asset_doc
|
||||
for asset_doc in asset_docs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue