Small include improvment
This commit is contained in:
parent
a9b7d10fb0
commit
1cf8430ad8
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@
|
|||
.Get()
|
||||
.Include(x => x.Allocations)
|
||||
.Include(x => x.Image)
|
||||
.Include("Image.Variables")
|
||||
.ThenInclude(x => x.Variables)
|
||||
.Include(x => x.Node)
|
||||
.Include(x => x.Variables)
|
||||
.Include(x => x.MainAllocation)
|
||||
|
|
Loading…
Add table
Reference in a new issue