change string attribute to ingeter in project sync

This commit is contained in:
Milan Kolar 2020-07-17 16:10:43 +02:00
parent f2fdd9ca0a
commit f62dbe2672

View file

@ -363,7 +363,7 @@ class ClockifyAPI(metaclass=Singleton):
"clientId": "",
"isPublic": "false",
"estimate": {
"estimate": "0",
"estimate": 0,
"type": "AUTO"
},
"color": "#f44336",