Skip to content

Commit

Permalink
Merge pull request #8418 from ever-co/fix/missing-operations-on-start…
Browse files Browse the repository at this point in the history
…-timer

[Feat] Add missing operations on silent restart
  • Loading branch information
rahul-rocket authored Oct 14, 2024
2 parents 51f4446 + e0675a9 commit 0aaae90
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2367,6 +2367,9 @@ export class TimeTrackerComponent implements OnInit, AfterViewInit {

await this.electronService.ipcRenderer.invoke('UPDATE_SELECTOR', newParams);

await this.updateTaskStatus();

await this.updateOrganizationTeamEmployee();
// Return the result of the callback (or void if no callback was provided)
return { current, previous, result, params };
}
Expand Down

0 comments on commit 0aaae90

Please sign in to comment.