We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a98457 commit 0a0a892Copy full SHA for 0a0a892
package/lib/compileFunctions.js
@@ -52,7 +52,7 @@ module.exports = {
52
_.get(this, 'serverless.service.provider.environment'),
53
funcObject.environment // eslint-disable-line comma-dangle
54
),
55
- (value) => value.toString() // eslint-disable-line comma-dangle
+ value => value.toString() // eslint-disable-line comma-dangle
56
);
57
58
if (!funcTemplate.properties.serviceAccountEmail) {
0 commit comments