From c13c4a77dfa6e648460321a97024e69a6ce48162 Mon Sep 17 00:00:00 2001 From: Robin Munn Date: Tue, 28 May 2024 16:51:48 +0700 Subject: [PATCH] Remove one final TODO comment --- backend/LexBoxApi/Services/HgService.cs | 1 - 1 file changed, 1 deletion(-) 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); }