serverless-shared-gateway
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -229,3 +229,7 @@ 'use strict'; | ||
let gatewayIds = items.filter(gateway => this._findMatchingRestApi(gateway)) | ||
this.restApiId = gatewayIds[0].id | ||
if(gatewayIds[0] === undefined){ | ||
this.restApiId = undefined; | ||
} else { | ||
this.restApiId = gatewayIds[0].id | ||
} | ||
} | ||
@@ -232,0 +236,0 @@ |
{ | ||
"name": "serverless-shared-gateway", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "publishConfig": |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12397
248