Skip to content

Commit

Permalink
Fix, add semi
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed Sep 11, 2019
1 parent bbcba5f commit 51e6605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/authMatchPolicyResource.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = function authMatchPolicyResource(policyResource, resource) {
}

if (policyResource === 'arn:aws:execute-api:*:*:*') {
return true
return true;
}

if (policyResource.includes('*') || policyResource.includes('?')) {
Expand Down

0 comments on commit 51e6605

Please sign in to comment.