Minor query rearrangement

This commit is contained in:
Jordan Brown
2020-07-10 11:27:12 -04:00
parent 488d2d5f6e
commit 69930fc9f9
@@ -290,9 +290,9 @@ namespace Tgstation.Server.Host.Components
.AsQueryable()
.Where(x => x.Online.Value)
.Include(x => x.RepositorySettings)
.Include(x => x.DreamDaemonSettings)
.Include(x => x.ChatSettings)
.ThenInclude(x => x.Channels)
.Include(x => x.DreamDaemonSettings)
.ToAsyncEnumerable();
var tasks = new List<Task>();
await factoryStartup.ConfigureAwait(false);