Skip to content

Commit

Permalink
fix: no instances handling in Rest collector
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulguptajss committed Dec 5, 2024
1 parent 2e0f0ba commit e042272
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/tools/rest/rest.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e042272

Please sign in to comment.