Skip to content

Commit

Permalink
fix: add return
Browse files Browse the repository at this point in the history
  • Loading branch information
iamKunalGupta committed Mar 1, 2024
1 parent 639302e commit 5966adc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flow/shared/telemetry/sns_message_sender.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ func newSnsClient(ctx context.Context, region *string) (*sns.Client, error) {
if region != nil {
options.Region = *region
}
return nil
})
if err != nil {
return nil, err
Expand Down

0 comments on commit 5966adc

Please sign in to comment.