We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2b605a commit 8630b11Copy full SHA for 8630b11
tp_timesheet/clockify_timesheet.py
@@ -72,7 +72,6 @@ def _post_time_entry(self, date, task, start_time, hour, dry_run):
72
time_entry_json = {
73
"start": start_timestamp,
74
"end": end_timestamp,
75
- "billable": True,
76
"projectId": project_id,
77
"taskId": task_id,
78
"tagIds": [self.locale_id],
0 commit comments