Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit 3fe6de6

Browse files
author
Chris Wiechmann
committed
Update actions.js
1 parent 7e021e6 commit 3fe6de6

File tree

1 file changed

+1
-1
lines changed
  • apibuilder4elastic/custom_flow_nodes/api-builder-plugin-axway-api-management/src

1 file changed

+1
-1
lines changed

apibuilder4elastic/custom_flow_nodes/api-builder-plugin-axway-api-management/src/actions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ async function lookupAPIDetails(params, options) {
140140
}
141141
var apiProxy = undefined;
142142
for (i = 0; i < proxies.length; i++) {
143-
api = proxies[i];
143+
var api = proxies[i];
144144
if(apiPath.startsWith(api.path)) {
145145
apiProxy = api;
146146
break;

0 commit comments

Comments
 (0)