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()
.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)