Skip to content

Commit

Permalink
Fix lack of output
Browse files Browse the repository at this point in the history
Signed-off-by: João Pereira <joao.pereira@broadcom.com>
  • Loading branch information
joaopapereira committed Nov 5, 2024
1 parent 7aa9be5 commit 5e2ca9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/cloudcontroller/ccv3/paginate.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func (requester RealRequester) wrapFirstPage(request *cloudcontroller.Request, o
}

func (requester RealRequester) bulkRetrieval(request *cloudcontroller.Request, obj interface{}, appendToExternalList func(interface{}) error) (IncludedResources, Warnings, error) {
wrapper, warnings, err := requester.wrapFirstPage(request, obj, func(_ interface{}) error { return nil })
wrapper, warnings, err := requester.wrapFirstPage(request, obj, appendToExternalList)
if err != nil {
return IncludedResources{}, warnings, err
}
Expand Down

0 comments on commit 5e2ca9b

Please sign in to comment.