node-lambda-oauth2-jwt-authorizer
node-lambda-oauth2-jwt-authorizer copied to clipboard
Make resource a var instead of const
Line 36 gives TypeError: Assignment to constant variable. if resource is const
@hemildesai - would actually recommend making this a let, but yea, I was about to submit PR with same fix. 👍