Skip to content

Commit

Permalink
Update aws.go
Browse files Browse the repository at this point in the history
  • Loading branch information
jbleduigou committed Oct 23, 2023
1 parent 7d44449 commit d360b08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion providers/aws/aws.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ func FetchResources(ctx context.Context, client providers.ProviderClient, region
AWSClient: &c,
Name: client.Name,
}
client.AWSClient.Region = region
for _, fetchResources := range listOfSupportedServices() {
wp.SubmitTask(func() {
resources, err := fetchResources(ctx, client)
Expand Down

0 comments on commit d360b08

Please sign in to comment.