Address lint issues
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
This commit is contained in:
parent
eec3698d72
commit
e5a2266fa8
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue