Skip to content

Commit 8630b11

Browse files
authored
Removed billable property (#111)
1 parent d2b605a commit 8630b11

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tp_timesheet/clockify_timesheet.py

-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ def _post_time_entry(self, date, task, start_time, hour, dry_run):
7272
time_entry_json = {
7373
"start": start_timestamp,
7474
"end": end_timestamp,
75-
"billable": True,
7675
"projectId": project_id,
7776
"taskId": task_id,
7877
"tagIds": [self.locale_id],

0 commit comments

Comments
 (0)