whoopsied the queue group

This commit is contained in:
Mike Mason
2023-07-19 18:10:02 +00:00
parent 02c7895449
commit be7ec3cd0e

View File

@@ -123,6 +123,7 @@ func newSubscriber(ctx context.Context, config events.SubscriberConfig, logger *
logger: logger,
nats: conn,
jetstream: js,
queueGroup: config.QueueGroup,
topicPrefix: config.Prefix,
subscriptionOptions: subOptions,
context: ctx,