Skip to content

Commit f455412

Browse files
harryadelBastienRodz
authored andcommitted
Push latest changes
1 parent defaaf8 commit f455412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/imports/operator/manager/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ manager.add = function (name) {
1414
manager.queues[name] = new queue(name, state)
1515
}
1616

17-
manager.start = async function (name) {
17+
manager.start = function (name) {
1818
if (debugMode) console.log(`Jobs: manager.start(${name})`)
1919

2020
const action = (queue) => manager.queues[queue].start()

0 commit comments

Comments
 (0)