Skip to content

Commit

Permalink
add logic from #10501
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw authored and bungle committed Mar 16, 2023
1 parent 8ccd3a3 commit 52a7a4a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions kong/clustering/compat/checkers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,13 @@ local compatible_checkers = {

for _, name in ipairs(entity_names) do
for _, config_entity in ipairs(config_table[name] or {}) do
config_entity["updated_at"] = nil
if config_entity["updated_at"] then

updated_entities[name] = true
has_update = true
config_entity["updated_at"] = nil

updated_entities[name] = true
has_update = true
end
end
end

Expand Down

0 comments on commit 52a7a4a

Please sign in to comment.