Skip to content

Commit

Permalink
remove unnecessary function call
Browse files Browse the repository at this point in the history
  • Loading branch information
PratikJethe committed Nov 3, 2023
1 parent e6e1d5e commit 1db7366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/gcp/storage.go
Expand Up @@ -49,7 +49,7 @@ func ListBuckets(ctx context.Context) ([]StorageResp, error) {
bucketInfo = append(bucketInfo, *storageResp)
}

ListInstances(ctx)
// ListInstances(ctx)
return bucketInfo, nil
}

Expand Down

0 comments on commit 1db7366

Please sign in to comment.