Skip to content

Commit 64dacf0

Browse files
committed
fix: #160 disabling automatic clock-outs
1 parent 3de8807 commit 64dacf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

time_tracker_api/time_entries/time_entries_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ def find_running(self):
408408
time_entry = self.repository.find_running(
409409
event_ctx.tenant_id, event_ctx.user_id
410410
)
411-
self.stop_time_entry_if_was_left_running(time_entry)
411+
# self.stop_time_entry_if_was_left_running(time_entry)
412412
return time_entry
413413

414414
def get_worked_time(self, conditions: dict = {}):

0 commit comments

Comments
 (0)