diff --git a/cmd/tools/rest/rest.go b/cmd/tools/rest/rest.go index 821109fad..f534e808a 100644 --- a/cmd/tools/rest/rest.go +++ b/cmd/tools/rest/rest.go @@ -497,7 +497,6 @@ func FetchAllStream(client *Client, href string, processBatch func([]gjson.Resul if err := processBatch([]gjson.Result{}); err != nil { return err } - break } prevLink = nextLink