Skip to content

Commit

Permalink
small clean
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Oct 12, 2024
1 parent 8fbc8ae commit d1b67e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kong/clustering/services/sync/rpc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ end


local function start_sync_timer(timer_func, delay)
local hdl, err = timer_func(delay or 0, do_sync)
local hdl, err = timer_func(delay, do_sync)

if not hdl then
return nil, err
Expand Down

0 comments on commit d1b67e5

Please sign in to comment.