Skip to content

Commit

Permalink
Fix typo (bullMQAdapter to BullMQAdapter) (#267)
Browse files Browse the repository at this point in the history
According to this file:

https://github.com/felixmosh/bull-board/blob/master/bullMQAdapter.d.ts

The correct name should be `BullMQAdapter`  (with uppercase B).
  • Loading branch information
Patrick Miller authored May 7, 2021
1 parent a0f5e95 commit 715882e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const Queue = require('bull')
const QueueMQ = require('bullmq')
const { createBullBoard } = require('bull-board')
const { BullAdapter } = require('bull-board/bullAdapter')
const { bullMQAdapter } = require('bull-board/bullMQAdapter')
const { BullMQAdapter } = require('bull-board/bullMQAdapter')

const someQueue = new Queue('someQueueName')
const someOtherQueue = new Queue('someOtherQueueName')
Expand Down

0 comments on commit 715882e

Please sign in to comment.