Skip to content

Commit

Permalink
fix mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Sep 4, 2024
1 parent 4df0347 commit 79ca8a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lualib/resty/events/utils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local str_sub = string.sub

local ngx = ngx -- luacheck: ignore
local ngx_worker_id = ngx.worker.id
local ngx_worker_count = ngx.worker.count()
local ngx_worker_count = ngx.worker.count


local function is_timeout(err)
Expand Down

0 comments on commit 79ca8a3

Please sign in to comment.