We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b68b247 commit f4d6a20Copy full SHA for f4d6a20
package/lib/compileFunctions.js
@@ -45,7 +45,7 @@ module.exports = {
45
|| '60s';
46
funcTemplate.properties.environmentVariables = _.merge(
47
_.get(this, 'serverless.service.provider.environment'),
48
- funcObject.environment,
+ funcObject.environment // eslint-disable-line comma-dangle
49
);
50
51
if (!_.size(funcTemplate.properties.environmentVariables)) {
0 commit comments