File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -106,8 +106,6 @@ class Apigw {
106106 const funcQualifier = endpoint . function . functionQualifier
107107 ? endpoint . function . functionQualifier
108108 : '$LATEST'
109- ? endpoint . function . functionQualifier
110- : '$LATEST'
111109
112110 if ( endpoint . protocol === 'WEBSOCKET' ) {
113111 if ( ! endpoint . function . transportFunctionName ) {
@@ -130,10 +128,10 @@ class Apigw {
130128 }
131129 apiInputs . serviceScfFunctionName = funcName
132130 apiInputs . serviceScfFunctionNamespace = funcNamespace
133- ; ( apiInputs . serviceScfIsIntegratedResponse = endpoint . function . isIntegratedResponse
131+ apiInputs . serviceScfIsIntegratedResponse = endpoint . function . isIntegratedResponse
134132 ? 'TRUE'
135- : 'FALSE' ) ,
136- ( apiInputs . serviceScfFunctionQualifier = funcQualifier )
133+ : 'FALSE'
134+ apiInputs . serviceScfFunctionQualifier = funcQualifier
137135 }
138136
139137 if ( endpoint . param ) {
You can’t perform that action at this time.
0 commit comments