Skip to content

Commit d53ef5e

Browse files
committed
feat:use local pcall
1 parent c8581aa commit d53ef5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apisix/plugins/openid-connect.lua

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ local string = string
2424
local ngx = ngx
2525
local ipairs = ipairs
2626
local type = type
27+
local pcall = pcall
2728
local concat = table.concat
2829

2930
local ngx_encode_base64 = ngx.encode_base64

0 commit comments

Comments
 (0)