Skip to content

Commit 1332808

Browse files
Fix linter issues
1 parent 74d8587 commit 1332808

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

apisix/plugins/limit-req/util.lua

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@
1414
-- See the License for the specific language governing permissions and
1515
-- limitations under the License.
1616
--
17-
local math = require "math"
18-
local abs = math.abs
19-
local max = math.max
2017
local ngx_now = ngx.now
21-
local ngx_null = ngx.null
2218
local tonumber = tonumber
2319
local core = require("apisix.core")
2420

t/plugin/limit-req-redis.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,4 +762,3 @@ passed
762762
["GET /hello", "GET /hello"]
763763
--- error_code eval
764764
[200, 503]
765-

0 commit comments

Comments
 (0)