Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Oct 24, 2024
1 parent 9b083b5 commit fa628c0
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 @@ -246,7 +246,7 @@ local function do_sync()
local delta_row = delta.row
local ev

-- item must have ws_it to generate the correct lmdb key
-- item must have ws_id to generate the correct lmdb key
assert(delta.ws_id)

if delta_row ~= ngx_null then
Expand Down

0 comments on commit fa628c0

Please sign in to comment.