diff --git a/backend/LexBoxApi/Services/HgService.cs b/backend/LexBoxApi/Services/HgService.cs index af848006d..632d79cd4 100644 --- a/backend/LexBoxApi/Services/HgService.cs +++ b/backend/LexBoxApi/Services/HgService.cs @@ -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); }