final fix

This commit is contained in:
Pilzinsel64
2025-11-21 10:46:33 +01:00
parent 125d76e5f2
commit 01920b68d7
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ public class JobsHandler(IApiServer server)
if (context.HasError) if (context.HasError)
return ApiResult.InternalServerError(); return ApiResult.InternalServerError();
return job.ToItemResult(); return ToClient(job).ToItemResult();
} }
protected virtual JobInfo ToClient(Job job) protected virtual JobInfo ToClient(Job job)

View File

@@ -8,7 +8,7 @@
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<Version>2.10.3</Version> <Version>2.10.4</Version>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>