Skip to content

Commit

Permalink
fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
pickypg committed Oct 14, 2020
1 parent 9a98457 commit 0a0a892
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 @@ -52,7 +52,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 (!funcTemplate.properties.serviceAccountEmail) {
Expand Down

0 comments on commit 0a0a892

Please sign in to comment.