Skip to content

Commit

Permalink
Merge pull request #11 from 2peter3/patch-1
Browse files Browse the repository at this point in the history
fixed custom config using for bull
  • Loading branch information
HigoRibeiro committed Jan 13, 2020
2 parents effe22d + 6645eb8 commit c324489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Queue.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Queue {
const redis = Config.get('redis')
const { connection } = Config.get('bull')

this.config = redis[connection]
this.config = { redis: redis[connection] }
}

_getJobListeners (Job) {
Expand Down

0 comments on commit c324489

Please sign in to comment.