Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
macrozone authored Apr 27, 2021
1 parent 59b00d7 commit aa1363f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package/server/imports/operator/queue/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,8 @@ queue.prototype.trigger = function () {
}
} catch(e) {
console.error(e);
} finally {
self.available = true;
}
}
}
}

Expand Down

0 comments on commit aa1363f

Please sign in to comment.