Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[typescript-axios] Fix invalid query params usage #10512

Merged

Commits on Oct 2, 2021

  1. fix: axios query params from options

    Remove passing query params from options to setSearchParams. Options
    were already passed to Axios in full so this removes some duplicate
    logic. Axios does merge query params given in path and through params
    option so no change in outcome.
    aiven-hh committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    c2c4ba5 View commit details
    Browse the repository at this point in the history
  2. chore: generate samples

    aiven-hh committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    14ede2a View commit details
    Browse the repository at this point in the history