Skip to content

Commit

Permalink
ts-ignore added because the type is only used internally
Browse files Browse the repository at this point in the history
  • Loading branch information
nivida committed Aug 28, 2023
1 parent 0efa2c5 commit 3485316
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/kafka/producer/synchronous_producer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ export class SynchronousProducer extends AbstractProducer {
this.poll();
}, 100);
} catch (error) {
// @ts-ignore
if (deliveryListener) {
this.removeListener("delivery-report", deliveryListener);
}
Expand Down

0 comments on commit 3485316

Please sign in to comment.