fixed log levels

This commit is contained in:
Boki 2025-06-20 23:46:37 -04:00
parent 01e0fab0df
commit 8edd78a341
3 changed files with 33 additions and 30 deletions

View file

@ -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