Skip to content

Commit

Permalink
Update snssqs with missing init
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Souza <[email protected]>
  • Loading branch information
artursouza committed Aug 1, 2024
1 parent 0ca36a1 commit 3fbea17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pubsub/aws/snssqs/snssqs.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ func (s *snsSqs) Init(ctx context.Context, metadata pubsub.Metadata) error {

s.queues = make(map[string]*sqsQueueInfo)
s.subscriptions = make(map[string]string)
s.topicArns = make(map[string]string)

return nil
}
Expand Down

0 comments on commit 3fbea17

Please sign in to comment.