Skip to content

Commit

Permalink
🐛 properly pass the queueOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
tychota committed Oct 18, 2019
1 parent 9ab37f2 commit 49b81a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nest-rabbit-tasks.rabbitClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export class NestRabbitTasksRabbitClient {
}
}

const queue = new Queue(option.entity.queueName);
const queue = new Queue(option.entity.queueName, option.entity.queueOptions);

return (
connection
Expand Down

0 comments on commit 49b81a1

Please sign in to comment.