Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Jan 2, 2025
1 parent a495a73 commit 69d47a4
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 @@ -195,7 +195,7 @@ local function do_sync()
local deltas = ns_delta.deltas

if not deltas then
ngx_log(ngx_ERR, "sync get_delta error: deltas is null")
return nil, "sync get_delta error: deltas is null"
end

if isempty(deltas) then
Expand Down

0 comments on commit 69d47a4

Please sign in to comment.