mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
fix typo of "inputLinks" key
This commit is contained in:
parent
aaca2400a4
commit
3d4be3b63d
1 changed files with 1 additions and 1 deletions
|
|
@ -271,7 +271,7 @@ def get_linked_asset_ids(asset_doc):
|
|||
if not asset_doc:
|
||||
return output
|
||||
|
||||
input_links = asset_doc["data"].get("inputsLinks") or []
|
||||
input_links = asset_doc["data"].get("inputLinks") or []
|
||||
if input_links:
|
||||
output = [item["_id"] for item in input_links]
|
||||
return output
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue