Skip to content

Commit 8ef37a4

Browse files
committed
fix
1 parent 7f021de commit 8ef37a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sim/lib/core/bullmq/queues.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,6 @@ export function createBullMQJobData<TPayload>(
191191
): BullMQJobData<TPayload> {
192192
return {
193193
payload,
194-
metadata,
194+
metadata: metadata ?? {},
195195
}
196196
}

0 commit comments

Comments
 (0)