Skip to content

Commit

Permalink
Update api_gatewayv2.go
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeylanzman authored and shubhindia committed Oct 9, 2023
1 parent acd2582 commit dc10735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/aws/api_gatewayv2.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func (g *APIGatewayV2Generator) loadRestApis(svc *apigatewayv2.ApiGatewayV2) err
fmt.Println("Failed to list APIs:", err)
return err
}
if err = g.processRestApis(svc, output.Items); err! = nil {
if err = g.processRestApis(svc, output.Items); err != nil {
fmt.Println("Failed to list APIs:", err)
return err
}
Expand Down

0 comments on commit dc10735

Please sign in to comment.