Skip to content

Commit

Permalink
recover blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertobihwy committed Aug 23, 2023
1 parent a5ba2ec commit 621836c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kong/tools/queue.lua
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ local function get_or_create_queue(queue_conf, handler, handler_conf)
for option, value in pairs(queue_conf) do
queue[option] = value
end

queue = setmetatable(queue, Queue_mt)

kong.timer:named_at("queue " .. key, 0, function(_, q)
Expand Down

0 comments on commit 621836c

Please sign in to comment.