1
0
Fork 0
mirror of synced 2024-07-05 14:31:17 +12:00

Fix automation tests.

This commit is contained in:
Sam Rose 2023-12-19 16:17:34 +00:00
parent 406410d916
commit fef3107c0e
No known key found for this signature in database

View file

@ -15,6 +15,7 @@ function newJob(queue: string, message: any) {
timestamp: Date.now(),
queue: queue,
data: message,
opts: {},
}
}