diff --git a/Lieb/Data/RaidService.cs b/Lieb/Data/RaidService.cs index 8ebc0d6..8026187 100644 --- a/Lieb/Data/RaidService.cs +++ b/Lieb/Data/RaidService.cs @@ -20,7 +20,6 @@ namespace Lieb.Data using var context = _contextFactory.CreateDbContext(); return context.Raids .Include(r => r.Roles) - .Include(r => r.RaidLogs) .Include(r => r.Reminders) .Include(r => r.SignUps) .ThenInclude(s => s.LiebUser)