Skip to content

Commit

Permalink
Update kong/db/schema/others/declarative_config.lua
Browse files Browse the repository at this point in the history
Co-authored-by: Chrono <[email protected]>
  • Loading branch information
chobits and chronolaw authored Jan 17, 2025
1 parent 8d3ed7d commit d71d10c
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 @@ -549,7 +549,7 @@ function DeclarativeConfig.validate_references_sync(deltas, deltas_map, is_full_

local msg = fmt("could not find %s's foreign refrences %s (%s)",
item_type, foreign_entity,
(type(v) == "string" and v or cjson_encode(v)))
type(v) == "string" and v or cjson_encode(v))

insert(errs[item_type][foreign_entity], msg)
end
Expand Down

0 comments on commit d71d10c

Please sign in to comment.