mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
change string attribute to ingeter in project sync
This commit is contained in:
parent
f2fdd9ca0a
commit
f62dbe2672
1 changed files with 1 additions and 1 deletions
|
|
@ -363,7 +363,7 @@ class ClockifyAPI(metaclass=Singleton):
|
|||
"clientId": "",
|
||||
"isPublic": "false",
|
||||
"estimate": {
|
||||
"estimate": "0",
|
||||
"estimate": 0,
|
||||
"type": "AUTO"
|
||||
},
|
||||
"color": "#f44336",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue