Skip to content

Commit

Permalink
Revert "clean"
Browse files Browse the repository at this point in the history
This reverts commit b5415b2.
  • Loading branch information
chronolaw committed Dec 2, 2024
1 parent b5415b2 commit 2359635
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kong/clustering/services/sync/rpc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,8 @@ local function do_sync()
end


local function sync_handler(premature, try_counter)
local sync_handler
sync_handler = function(premature, try_counter)
if premature then
return
end
Expand Down

0 comments on commit 2359635

Please sign in to comment.