Skip to content

Commit

Permalink
Remove one final TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rmunn committed May 28, 2024
1 parent c7967f6 commit c13c4a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/LexBoxApi/Services/HgService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ await Task.Run(() =>
{
InitRepoAt(new DirectoryInfo(PrefixRepoFilePath(code)));
});
// TODO 789: In theory this shouldn't need an invalidate call? Try with and without
await InvalidateDirCache(code);
await WaitForRepoEmptyState(code, RepoEmptyState.Empty);
}
Expand Down

0 comments on commit c13c4a7

Please sign in to comment.