Skip to content

Commit

Permalink
fix(v2client): removes list limit for static-routes
Browse files Browse the repository at this point in the history
This commit removes the list limit for v2 static routes API.
  • Loading branch information
pallabpain authored and ankitrgadiya committed Feb 27, 2024
1 parent 4e2bf5f commit 2eef19a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion riocli/v2client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,6 @@ def list_static_routes(
while True:
params.update({
"continue": offset,
"limit": 50,
})
response = RestClient(url).method(HttpMethod.GET).query_param(
params).headers(headers).execute()
Expand Down

0 comments on commit 2eef19a

Please sign in to comment.