Skip to content

Commit

Permalink
Update config/sns/config.go
Browse files Browse the repository at this point in the history
Co-authored-by: Fatih Türken <[email protected]>

Signed-off-by: Pierre LEJEUNE <[email protected]>
  • Loading branch information
darkanakin41 authored and Ezzmo committed Dec 17, 2024
1 parent 554ca11 commit 68675a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/sns/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func Configure(p *config.Provider) { //nolint:gocyclo
conn := map[string][]byte{}

if a, ok := attr["arn"].(string); ok {
conn["topic_arn"] = []byte(a)
conn["arn"] = []byte(a)
}

return conn, nil
Expand Down

0 comments on commit 68675a1

Please sign in to comment.