Skip to content

Commit 7ed0b72

Browse files
authored
fix(bullmq): add missing variable (#55)
1 parent 2ea3f91 commit 7ed0b72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ try {
99
}
1010
}
1111

12-
let Bull, Bee;
12+
let Bull, Bee, BullMQ;
1313

1414
Arena({
1515
...config,

0 commit comments

Comments
 (0)