Fix invalid include with new include
This commit is contained in:
parent
47e333630e
commit
a9b7d10fb0
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ public class TicketServerService
|
|||
.Get()
|
||||
.Include(x => x.CreatedBy)
|
||||
.Include(x => x.Messages)
|
||||
.Include(x => "Messages.Sender")
|
||||
.ThenInclude(x => x.Sender)
|
||||
.First(x => x.Id == ticket.Id);
|
||||
|
||||
return Task.FromResult(tickets.Messages.ToArray());
|
||||
|
|
Loading…
Add table
Reference in a new issue