mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 15:07:03 +01:00
Fix indentation
This commit is contained in:
@@ -402,7 +402,7 @@ namespace Tgstation.Server.Host.Components
|
||||
.Where(x => x.Online.Value && x.SwarmIdentifer == swarmConfiguration.Identifier)
|
||||
.Include(x => x.RepositorySettings)
|
||||
.Include(x => x.ChatSettings)
|
||||
.ThenInclude(x => x.Channels)
|
||||
.ThenInclude(x => x.Channels)
|
||||
.Include(x => x.DreamDaemonSettings)
|
||||
.ToListAsync(cancellationToken)
|
||||
.ConfigureAwait(false));
|
||||
|
||||
@@ -356,7 +356,7 @@ namespace Tgstation.Server.Host.Controllers
|
||||
var originalModel = await InstanceQuery()
|
||||
.Include(x => x.RepositorySettings)
|
||||
.Include(x => x.ChatSettings)
|
||||
.ThenInclude(x => x.Channels)
|
||||
.ThenInclude(x => x.Channels)
|
||||
.Include(x => x.DreamDaemonSettings) // need these for onlining
|
||||
.FirstOrDefaultAsync(cancellationToken).ConfigureAwait(false);
|
||||
if (originalModel == default(Models.Instance))
|
||||
|
||||
Reference in New Issue
Block a user