Skip to content

Commit 215406f

Browse files
wpjuniorCopilot
andcommitted
Update lib/resty/libjwt/utils.lua
Co-authored-by: Copilot <[email protected]>
1 parent 685c7d1 commit 215406f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/resty/libjwt/utils.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ function _M.validate_claims(validate_claims, claims)
130130
if is_array_of_tables(validate_claims) then
131131
local errors = {}
132132
for i, v in ipairs(validate_claims) do
133-
134133
local result = validate_claims_inner(v, claims)
135134
if result == "" then return "" end
136135

0 commit comments

Comments
 (0)