node-lambda-oauth2-jwt-authorizer icon indicating copy to clipboard operation
node-lambda-oauth2-jwt-authorizer copied to clipboard

Make resource a var instead of const

Open hemildesai opened this issue 6 years ago • 1 comments

Line 36 gives TypeError: Assignment to constant variable. if resource is const

hemildesai avatar Apr 03 '19 17:04 hemildesai

@hemildesai - would actually recommend making this a let, but yea, I was about to submit PR with same fix. 👍

davetownsend avatar Jul 23 '19 00:07 davetownsend