Skip to content

Commit

Permalink
fix is_empty_field
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Mar 6, 2024
1 parent 8d429a4 commit 89593d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kong/db/schema/entities/routes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ else
}

if kong_router_flavor == "traditional_compatible" then
local is_empty_field = require("kong.router.atc").is_empty_field
local is_empty_field = require("kong.router.transform").is_empty_field

table.insert(entity_checks,
{ custom_entity_check = {
Expand Down

0 comments on commit 89593d4

Please sign in to comment.