Skip to content

Commit

Permalink
Remove unused return value from createBullBoard() (#329)
Browse files Browse the repository at this point in the history
The express just uses serverAdapter.getRouter(), so I think this is uneeded
  • Loading branch information
cincodenada authored Sep 23, 2021
1 parent 7867412 commit bd085ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-express-auth/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const run = async () => {
const serverAdapter = new ExpressAdapter();
serverAdapter.setBasePath('/ui');

const { router: bullBoardRouter } = createBullBoard({
createBullBoard({
queues: [new BullMQAdapter(exampleBullMq)],
serverAdapter,
});
Expand Down

0 comments on commit bd085ad

Please sign in to comment.