We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7adb616 commit 3ca2d02Copy full SHA for 3ca2d02
api/metadata.go
@@ -23,7 +23,7 @@ func (api *API) ValidatePlan(name string) error {
23
path = "api/plans"
24
)
25
26
- response, err := api.sling.New().Client(api.client).Get(path).Receive(&data, &failed)
+ response, err := api.sling.New().Get(path).Receive(&data, &failed)
27
if err != nil {
28
return err
29
}
@@ -88,7 +88,7 @@ func (api *API) ValidateRegion(region string) error {
88
platform string
89
90
91
92
93
94
0 commit comments