lua-resty-jwt
lua-resty-jwt copied to clipboard
Declare "_" as local
When running luacheck on this file it will warn that several lines are "setting non-standard global variable _".
To avoid the warning an declare "_" as local I added it to the list of local variables.
Can this be merged and a new release cut?