Skip to content

Commit 161c546

Browse files
committed
fix linting issues
1 parent 137bf10 commit 161c546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/lib/compileFunctions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ module.exports = {
4848
_.get(this, 'serverless.service.provider.environment'),
4949
funcObject.environment,
5050
),
51-
(value) => value.toString()
51+
value => value.toString(),
5252
);
5353

5454
if (!_.size(funcTemplate.properties.environmentVariables)) {

0 commit comments

Comments
 (0)