Skip to content

Commit

Permalink
chore: playground passes query params as search params so ignore from… (
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi authored Feb 14, 2025
1 parent f2cc17a commit 697fb16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export abstract class PlaygroundCodeSnippetBuilder {
this.url = buildEndpointUrl({
endpoint: context.endpoint,
pathParameters: formState.pathParameters,
queryParameters: formState.queryParameters,
queryParameters: {},
baseUrl,
});
}
Expand Down

0 comments on commit 697fb16

Please sign in to comment.