We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b68b247 + f4d6a20 commit e16a09bCopy full SHA for e16a09b
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