We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 670e23c commit 796fe9bCopy full SHA for 796fe9b
src/ActionParameterHandler.ts
@@ -102,7 +102,7 @@ export class ActionParameterHandler<T extends BaseDriver> {
102
const isTransformationNeeded = (param.parse || param.isTargetObject) && param.type !== 'param';
103
104
// if param value is an object and param type match, normalize its string properties
105
- if (isNormalisationNeeded) {
+ if (isNormalizationNeeded) {
106
await Promise.all(
107
Object.keys(value).map(async key => {
108
const keyValue = value[key];
0 commit comments