Skip to content

Commit

Permalink
chore: remove unnecessary startLiveTimer call in current time entry init
Browse files Browse the repository at this point in the history
  • Loading branch information
Onatcer committed Sep 25, 2024
1 parent 014bffe commit 8b50f33
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions resources/js/utils/useCurrentTimeEntry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,6 @@ export const useCurrentTimeEntryStore = defineStore('currentTimeEntry', () => {
useTimeEntriesStore().fetchTimeEntries();
}

startLiveTimer();

return {
currentTimeEntry,
fetchCurrentTimeEntry,
Expand Down

0 comments on commit 8b50f33

Please sign in to comment.