Skip to content

Commit

Permalink
fmt: update formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
edaniszewski committed Jun 24, 2020
1 parent d3bd7ce commit d679b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/lib/compileFunctions.js
Expand Up @@ -90,7 +90,7 @@ module.exports = {
funcTemplate.properties.httpsTrigger = {};
funcTemplate.properties.httpsTrigger.url = url;

if (funcObject.allowUnauthenticated === true) {
if (funcObject.allowUnauthenticated) {
funcTemplate.accessControl.gcpIamPolicy.bindings = _.unionBy(
[{ role: 'roles/cloudfunctions.invoker', members: ['allUsers'] }],
funcTemplate.accessControl.gcpIamPolicy.bindings,
Expand Down

0 comments on commit d679b37

Please sign in to comment.