Skip to content

Commit

Permalink
fix: trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-taran committed May 12, 2023
1 parent bdedf4f commit 4148091
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/pubsub/src/Publisher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ export class Publisher<T = unknown> {
const buffer = this.writerAvroType!.toBuffer(data)
const messageId = await this.topic.publishMessage({ data: buffer })
this.logger?.info(`PubSub: Avro message sent for topic: ${this.topicName}:`, { data, messageId })

}

private async sendJsonMessage(message: MessageOptions) {
Expand Down

0 comments on commit 4148091

Please sign in to comment.