mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 08:33:19 +01:00
Extremely minor code cleanup
This commit is contained in:
@@ -519,7 +519,7 @@ namespace Tgstation.Server.Host.Controllers
|
||||
{
|
||||
IQueryable<Models.Instance> GetBaseQuery()
|
||||
{
|
||||
IQueryable<Models.Instance> query = DatabaseContext
|
||||
var query = DatabaseContext
|
||||
.Instances
|
||||
.AsQueryable()
|
||||
.Where(x => x.SwarmIdentifer == swarmConfiguration.Identifier);
|
||||
|
||||
Reference in New Issue
Block a user