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 a5de255 commit 347a2b1Copy full SHA for 347a2b1
src/modules/apigw/index.js
@@ -566,7 +566,7 @@ class Apigw {
566
const apiList = [];
567
const stateApiList = oldState.apiList || [];
568
569
- const { endpoints } = inputs;
+ const endpoints = inputs.endpoints || [];
570
for (let i = 0, len = endpoints.length; i < len; i++) {
571
const endpoint = endpoints[i];
572
// if exist in state list, set created to be true
0 commit comments