Skip to content

Commit

Permalink
Update service.go
Browse files Browse the repository at this point in the history
  • Loading branch information
andream16 authored Sep 17, 2018
1 parent 6a412d1 commit a9d8153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/aws/sqs/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func (svc *SQS) SQSGetQueueUrl(queueUrl string) (string, error) {

out, err := svc.GetQueueUrl(input)
if err != nil {
return "", nil
return "", err
}

return *out.QueueUrl, nil
Expand Down

0 comments on commit a9d8153

Please sign in to comment.