Skip to content

Commit

Permalink
update ferryman to 2.4.5 and fix crmble error
Browse files Browse the repository at this point in the history
  • Loading branch information
shulkaolka committed Dec 19, 2024
1 parent 291a146 commit 8f49b31
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion templates/lib/actions/action.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ async function processAction(msg, cfg, snapshot, incomingMessageHeaders, tokenDa
let body = msg.data;

if (cfg && cfg.additionalParameters) {
body = putAdditionalParamsInBody.call(this, action, body, cfg.additionalParameters)
body = await putAdditionalParamsInBody.call(this, action, body, cfg.additionalParameters);
}

mapFieldNames(body);
Expand Down
8 changes: 4 additions & 4 deletions templates/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": "1.0.0",
"main": "component.json",
"dependencies": {
"@openintegrationhub/ferryman": "2.4.4",
"@openintegrationhub/ferryman": "2.4.5",
"axios": "^1.4.0",
"dayjs": "^1.10.7",
"formdata-node": "4.4.1",
Expand All @@ -25,4 +25,4 @@
"name": "Open Integration Hub"
},
"license": "Apache-2.0"
}
}

0 comments on commit 8f49b31

Please sign in to comment.