Skip to content

Commit

Permalink
Merge axiosConfig params in getAxiosConfigForOperation
Browse files Browse the repository at this point in the history
  • Loading branch information
anttiviljami committed Jan 27, 2024
1 parent cf13827 commit 672d01c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/openapi-client-axios/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,10 @@ export class OpenAPIClientAxios {
return {
...axiosConfig,
...config,
params: {
...axiosConfig?.params,
...config?.params,
},
headers: {
...axiosConfig?.headers,
...config?.headers,
Expand Down

0 comments on commit 672d01c

Please sign in to comment.