Skip to content

Commit

Permalink
fix: fix get topic for resend message
Browse files Browse the repository at this point in the history
  • Loading branch information
KillWolfVlad committed Dec 18, 2023
1 parent 2af1487 commit 735cae1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export class KafkaConsumerErrorTopicExceptionFilter
): string | false {
const topic =
kafkaConsumerError.retriable &&
typeof this.options.retryTopicPicker === "function"
this.options.retryTopicPicker !== undefined
? this.options.retryTopicPicker
: this.errorTopicPicker;

Expand Down

0 comments on commit 735cae1

Please sign in to comment.