diff --git a/ProjectLighthouse/Controllers/ListController.cs b/ProjectLighthouse/Controllers/ListController.cs index 0b1deefb..7ac6bf03 100644 --- a/ProjectLighthouse/Controllers/ListController.cs +++ b/ProjectLighthouse/Controllers/ListController.cs @@ -32,6 +32,7 @@ namespace LBPUnion.ProjectLighthouse.Controllers (q => q.User) .Include(q => q.Slot) .Include(q => q.Slot.Location) + .Include(q => q.Slot.Creator) .Where(q => q.User.Username == username) .AsEnumerable();