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.
2 parents 9279020 + 4f85f9a commit 6afb9f6Copy full SHA for 6afb9f6
internal/rest-client/buckets.go
@@ -48,6 +48,7 @@ func (fb *FBClient) GetBuckets() *BucketsList {
48
result := new(BucketsList)
49
res, _ := fb.RestClient.R().
50
SetResult(&result).
51
+ SetQueryParam("destroyed", "false").
52
Get(uri)
53
if res.StatusCode() == 401 {
54
fb.RefreshSession()
0 commit comments