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 May 14, 2024
1 parent d1bb66e commit f01ed8f
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 f01ed8f

Please sign in to comment.