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 137bf10 commit 161c546Copy full SHA for 161c546
package/lib/compileFunctions.js
@@ -48,7 +48,7 @@ module.exports = {
48
_.get(this, 'serverless.service.provider.environment'),
49
funcObject.environment,
50
),
51
- (value) => value.toString()
+ value => value.toString(),
52
);
53
54
if (!_.size(funcTemplate.properties.environmentVariables)) {
0 commit comments