mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
small fix in timers manager
This commit is contained in:
parent
3f8b250510
commit
efef9e2fd3
1 changed files with 1 additions and 1 deletions
|
|
@ -247,7 +247,7 @@ class TimersManager(
|
|||
return {
|
||||
"project_name": project_name,
|
||||
"asset_id": str(asset_doc["_id"]),
|
||||
"asset_name": asset_doc["name"],
|
||||
"asset_name": asset_name,
|
||||
"task_name": task_name,
|
||||
"task_type": task_type,
|
||||
"hierarchy": hierarchy_items
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue