Small include improvment

This commit is contained in:
Marcel Baumgartner
2023-08-09 03:33:28 +02:00
parent a9b7d10fb0
commit 1cf8430ad8

View File

@@ -185,7 +185,7 @@
.Get() .Get()
.Include(x => x.Allocations) .Include(x => x.Allocations)
.Include(x => x.Image) .Include(x => x.Image)
.Include("Image.Variables") .ThenInclude(x => x.Variables)
.Include(x => x.Node) .Include(x => x.Node)
.Include(x => x.Variables) .Include(x => x.Variables)
.Include(x => x.MainAllocation) .Include(x => x.MainAllocation)