Skip to content

Commit

Permalink
fix(db): use request_aware_table correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Oct 22, 2024
1 parent a566ec6 commit 4919956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kong/db/schema/others/declarative_config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ do
CACHED_OUT = request_aware_table.new()
end

CACHED_OUT.clear()
CACHED_OUT:clear()
for i = 1, count do
local k = primary_key[i]
insert(CACHED_OUT, tostring(object[k]))
Expand Down

0 comments on commit 4919956

Please sign in to comment.