Skip to content

Commit

Permalink
fix(bullmq): fix bullmq support (#13)
Browse files Browse the repository at this point in the history
* fix(bullmq): fix bullmq support

* chore(deps): update bullmq to v3.13.0
  • Loading branch information
Venatum authored May 7, 2023
1 parent 0b2f064 commit b4a5da1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ Arena({
return Bee || (Bee = require('bee-queue'));
},
get BullMQ() {
return BullMQ || (BullMQ = require('bullmq'));
return BullMQ || (BullMQ = require('bullmq').Queue);
},
});
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"bee-queue": "^1.5.0",
"bull": "^4.10.4",
"bull-arena": "^3.30.4",
"bullmq": "^3.12.1"
"bullmq": "^3.13.0"
},
"devDependencies": {
"@commitlint/cli": "^17.6.3",
Expand Down

0 comments on commit b4a5da1

Please sign in to comment.