From c6f2a680d24f2233cc0e743b39e1d703ca93397b Mon Sep 17 00:00:00 2001 From: Despina Adamopoulou <16343312+despadam@users.noreply.github.com> Date: Mon, 28 Apr 2025 20:35:59 +0200 Subject: [PATCH] Update jobconfig.md --- Development/v4.x/backend/configuration/jobconfig.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Development/v4.x/backend/configuration/jobconfig.md b/Development/v4.x/backend/configuration/jobconfig.md index 2098a4c0..f31ebc2a 100644 --- a/Development/v4.x/backend/configuration/jobconfig.md +++ b/Development/v4.x/backend/configuration/jobconfig.md @@ -530,5 +530,5 @@ All arguments are optional. - `validate` (optional): Log message to print when the job request is received. The request body (aka DTO) is available as a Handlebars context. Default: "" - `performJob` (optional): Log message to print after the job is saved to the database. - The updated job object is available as a Handlebars context. Default: "Performing job - for {{{type}}}" + The updated job object is available as a Handlebars context. Default: `"Performing job + for {{{type}}}"`