Skip to content

Commit

Permalink
fix(bullmq): add missing variable (bee-queue#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
hpdobrica committed Nov 27, 2020
1 parent 2ea3f91 commit 7ed0b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ try {
}
}

let Bull, Bee;
let Bull, Bee, BullMQ;

Arena({
...config,
Expand Down

0 comments on commit 7ed0b72

Please sign in to comment.