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)
return ApiResult.InternalServerError();
return job.ToItemResult();
return ToClient(job).ToItemResult();
}
protected virtual JobInfo ToClient(Job job)