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 {
106
106
const funcQualifier = endpoint . function . functionQualifier
107
107
? endpoint . function . functionQualifier
108
108
: '$LATEST'
109
- ? endpoint . function . functionQualifier
110
- : '$LATEST'
111
109
112
110
if ( endpoint . protocol === 'WEBSOCKET' ) {
113
111
if ( ! endpoint . function . transportFunctionName ) {
@@ -130,10 +128,10 @@ class Apigw {
130
128
}
131
129
apiInputs . serviceScfFunctionName = funcName
132
130
apiInputs . serviceScfFunctionNamespace = funcNamespace
133
- ; ( apiInputs . serviceScfIsIntegratedResponse = endpoint . function . isIntegratedResponse
131
+ apiInputs . serviceScfIsIntegratedResponse = endpoint . function . isIntegratedResponse
134
132
? 'TRUE'
135
- : 'FALSE' ) ,
136
- ( apiInputs . serviceScfFunctionQualifier = funcQualifier )
133
+ : 'FALSE'
134
+ apiInputs . serviceScfFunctionQualifier = funcQualifier
137
135
}
138
136
139
137
if ( endpoint . param ) {
You can’t perform that action at this time.
0 commit comments