Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Nov 7, 2024
1 parent ce4dfe3 commit 36e3b5a
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 @@ -270,7 +270,7 @@ local function do_sync()

else
-- delete the entity, opts for getting correct lmdb key
local old_entity, err = kong.db[delta_type]:select(delta.pk, opts) -- composite key
local old_entity, err = db[delta_type]:select(delta.pk, opts) -- composite key
if err then
return nil, err
end
Expand Down

0 comments on commit 36e3b5a

Please sign in to comment.