forked from Sarah/Lieb-Website
GetRaids no longer reads RaidLogs for performance reasons
This commit is contained in:
parent
377f4dc83b
commit
0292de371d
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue