Skip to content

Commit 3a562e6

Browse files
Add missing local declarations for lint
1 parent 9108c98 commit 3a562e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apisix/plugins/limit-req/util.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
--
1717
local ngx_now = ngx.now
1818
local tonumber = tonumber
19+
local tostring = tostring
20+
local type = type
1921
local core = require("apisix.core")
2022
local resty_string = require("resty.string")
2123

0 commit comments

Comments
 (0)