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 e601f5b commit dd3525aCopy full SHA for dd3525a
lib/apiGateway/methods.js
@@ -23,14 +23,14 @@ module.exports = {
23
]
24
}
25
26
- if (http && http.partialContent) {
27
- methodResponse.Properties.MethodResponses.push(
28
- {
29
- ResponseParameters: {},
30
- ResponseModels: {},
31
- StatusCode: 206
32
- });
33
- }
+
+ if (http && http.partialContent) {
+ methodResponse.Properties.MethodResponses.push({
+ ResponseParameters: {},
+ ResponseModels: {},
+ StatusCode: 206
+ })
+ }
34
35
if (http && http.cors) {
36
let origin = http.cors.origin
0 commit comments