work on new di system
This commit is contained in:
parent
4096e91e67
commit
0c77449584
11 changed files with 161 additions and 39 deletions
|
|
@ -103,7 +103,7 @@ async function initializeServices() {
|
|||
const jobData = {
|
||||
handler: handlerName,
|
||||
operation: scheduledJob.operation,
|
||||
payload: scheduledJob.payload || {},
|
||||
payload: scheduledJob.payload, // Don't default to {} - let it be undefined
|
||||
};
|
||||
|
||||
// Build job options from scheduled job config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue