Skip to content

Commit

Permalink
Merge branch 'main' into tgl-view
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNZL committed May 17, 2023
2 parents 60af653 + 3b0b391 commit 114e8bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/TogglTrack.cs
Original file line number Diff line number Diff line change
Expand Up @@ -354,10 +354,10 @@ internal async ValueTask<List<Result>> RequestStartEntry(CancellationToken token
{
this._selectedProjectId = -1;

// Start fetch for running time entries asynchronously in the backgroundd
// Start fetch for time entries asynchronously in the backgroundd
_ = Task.Run(() =>
{
_ = this._GetRunningTimeEntry(true);
_ = this._GetTimeEntries(true);
});

var projects = new List<Result>
Expand Down

0 comments on commit 114e8bd

Please sign in to comment.