fixed log levels
This commit is contained in:
parent
01e0fab0df
commit
8edd78a341
3 changed files with 33 additions and 30 deletions
|
|
@ -157,7 +157,7 @@ async function initializeServices() {
|
|||
const jobData = {
|
||||
handler: handlerName,
|
||||
operation: scheduledJob.operation,
|
||||
...(scheduledJob.payload || {}),
|
||||
payload: scheduledJob.payload || {},
|
||||
};
|
||||
|
||||
// Build job options from scheduled job config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue