Skip to content

Commit

Permalink
fix(admin) typo
Browse files Browse the repository at this point in the history
  • Loading branch information
StarlightIbuki authored and dndx committed Mar 9, 2022
1 parent b160933 commit 9ebc497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kong/db/declarative/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ local pairs = pairs
local ngx_socket_tcp = ngx.socket.tcp
local yield = require("kong.tools.utils").yield
local marshall = require("kong.db.declarative.marshaller").marshall
loacl min = math.min
local min = math.min


local REMOVE_FIRST_LINE_PATTERN = "^[^\n]+\n(.+)$"
Expand Down

0 comments on commit 9ebc497

Please sign in to comment.