mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-16 02:22:52 +01:00
+1
-1
@@ -2,7 +2,7 @@
|
||||
<PropertyGroup>
|
||||
<!-- This is the authorative version list -->
|
||||
<!-- Integration tests will ensure they match across the board -->
|
||||
<TgsCoreVersion>4.3.5</TgsCoreVersion>
|
||||
<TgsCoreVersion>4.3.6</TgsCoreVersion>
|
||||
<TgsApiVersion>6.6.0</TgsApiVersion>
|
||||
<TgsClientVersion>7.2.0</TgsClientVersion>
|
||||
<TgsDmapiVersion>5.2.2</TgsDmapiVersion>
|
||||
|
||||
@@ -52,6 +52,7 @@ namespace Tgstation.Server.Host.Controllers
|
||||
var result = await DatabaseContext
|
||||
.Jobs
|
||||
.AsQueryable()
|
||||
.Include(x => x.StartedBy)
|
||||
.Where(x => x.Instance.Id == Instance.Id && !x.StoppedAt.HasValue)
|
||||
.OrderByDescending(x => x.StartedAt)
|
||||
.ToListAsync(cancellationToken)
|
||||
|
||||
Reference in New Issue
Block a user