Address lint issues

Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
This commit is contained in:
Bernd Verst 2022-11-10 12:23:04 -08:00
parent eec3698d72
commit e5a2266fa8
1 changed files with 0 additions and 1 deletions

View File

@ -113,7 +113,6 @@ func (js *jetstreamPubSub) Publish(req *pubsub.PublishRequest) error {
}
func (js *jetstreamPubSub) Subscribe(ctx context.Context, req pubsub.SubscribeRequest, handler pubsub.Handler) error {
var consumerConfig nats.ConsumerConfig
consumerConfig.DeliverSubject = nats.NewInbox()