Correct logic on passing to handler

This commit is contained in:
lash
2024-10-24 16:17:04 +01:00
parent cab491f0d9
commit e29cb4b5a2
3 changed files with 3 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ var (
)
type NatsSubscription struct {
*event.Router
event.Router
ctx context.Context
conn *nats.Conn
js jetstream.JetStream