Skip to content

Commit

Permalink
fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
pickypg committed Dec 7, 2018
1 parent 73e6be6 commit 65adad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/lib/compileFunctions.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module.exports = {
_.get(this, 'serverless.service.provider.environment'),
funcObject.environment // eslint-disable-line comma-dangle
),
(value) => value.toString() // eslint-disable-line comma-dangle
value => value.toString() // eslint-disable-line comma-dangle
);

if (!_.size(funcTemplate.properties.environmentVariables)) {
Expand Down

0 comments on commit 65adad0

Please sign in to comment.