Skip to content

Commit

Permalink
fix: fix param-converter util stripping custom params
Browse files Browse the repository at this point in the history
  • Loading branch information
dziraf committed Feb 11, 2022
1 parent c505b47 commit 28b8d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/param-converter/prepare-params.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const prepareParams = (
}
}

return preparedParams
return { ...params, ...preparedParams }
}

export { prepareParams }

0 comments on commit 28b8d05

Please sign in to comment.