mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Fix - _id key used instead of id (#5626)
Just 'id' is not returned because value in fields.
This commit is contained in:
parent
10ed783907
commit
73e928efc9
1 changed files with 1 additions and 1 deletions
|
|
@ -422,7 +422,7 @@ def get_last_version_by_subset_name(
|
|||
if not subset:
|
||||
return None
|
||||
return get_last_version_by_subset_id(
|
||||
project_name, subset["id"], fields=fields
|
||||
project_name, subset["_id"], fields=fields
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue