Skip to content

Commit 6f15de7

Browse files
committed
fix(json): remove redundant require statement in json.lua
1 parent 9024b70 commit 6f15de7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apisix/core/json.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ local json_encode = cjson.encode
2424
local json_decode = cjson.decode
2525
local cjson_null = cjson.null
2626
local clear_tab = require("table.clear")
27+
local require = require
2728
local ngx = ngx
2829
local tostring = tostring
2930
local type = type

0 commit comments

Comments
 (0)