We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73e6be6 commit 65adad0Copy full SHA for 65adad0
package/lib/compileFunctions.js
@@ -48,7 +48,7 @@ module.exports = {
48
_.get(this, 'serverless.service.provider.environment'),
49
funcObject.environment // eslint-disable-line comma-dangle
50
),
51
- (value) => value.toString() // eslint-disable-line comma-dangle
+ value => value.toString() // eslint-disable-line comma-dangle
52
);
53
54
if (!_.size(funcTemplate.properties.environmentVariables)) {
0 commit comments