diff --git a/Pilz.Net/Api/Server/JobsHandler.cs b/Pilz.Net/Api/Server/JobsHandler.cs index da7c107..2c56fda 100644 --- a/Pilz.Net/Api/Server/JobsHandler.cs +++ b/Pilz.Net/Api/Server/JobsHandler.cs @@ -33,7 +33,7 @@ public class JobsHandler(IApiServer server) if (context.HasError) return ApiResult.InternalServerError(); - return job.ToItemResult(); + return ToClient(job).ToItemResult(); } protected virtual JobInfo ToClient(Job job) diff --git a/Pilz.Net/Pilz.Net.csproj b/Pilz.Net/Pilz.Net.csproj index aeac031..b4e3f77 100644 --- a/Pilz.Net/Pilz.Net.csproj +++ b/Pilz.Net/Pilz.Net.csproj @@ -8,7 +8,7 @@ - 2.10.3 + 2.10.4