Skip to content

Commit

Permalink
Fixed linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pchynoweth committed Feb 3, 2019
1 parent 81a2174 commit 73d95c2
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -110,7 +110,8 @@ module.exports = {
ResponseParameters: responseParameters,
ResponseTemplates: {
'application/json':
Array.isArray(origins) && origins.length ? this.generateCorsResponseTemplate(origins) : '',
Array.isArray(origins) && origins.length ?
this.generateCorsResponseTemplate(origins) : '',
},
},
];
Expand Down

0 comments on commit 73d95c2

Please sign in to comment.