diff --git a/src/GZCTF/Repositories/GameRepository.cs b/src/GZCTF/Repositories/GameRepository.cs index 22dbe5b2b..9289cc3ac 100644 --- a/src/GZCTF/Repositories/GameRepository.cs +++ b/src/GZCTF/Repositories/GameRepository.cs @@ -161,6 +161,7 @@ public async Task GenScoreboard(Game game, CancellationToken to Task FetchData(Game game, CancellationToken token = default) => Context.GameInstances + .Where(t=>t.IsSolved) .Include(i => i.Challenge) .Where(i => i.Challenge.Game == game && i.Challenge.IsEnabled