Skip to content

Commit

Permalink
comments clean
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Jan 26, 2024
1 parent b665486 commit 5f689ae
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 @@ -3,7 +3,7 @@ local deprecation = require("kong.deprecation")

local kong_router_flavor = kong and kong.configuration and kong.configuration.router_flavor

-- works with both `traditional_compatible` and `expressions` routes`
-- works with both `traditional_compatible` and `expressions` routes
local validate_route
if kong_router_flavor ~= "traditional" then
local ipairs = ipairs
Expand Down

0 comments on commit 5f689ae

Please sign in to comment.