Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chobits committed Dec 18, 2024
1 parent 587017b commit 5c631bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kong/db/strategies/off/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ local function select(self, pk, options)
local ws_id = workspace_id(schema, options)
local pk = pk_string(schema, pk)

-- if no specific ws_id is provided, we nedd to search all workspace ids
-- if no specific ws_id is provided, we need to search all workspace ids
if ws_id == "*" then
for workspace, err in kong.db.workspaces:each() do
if err then
Expand Down

0 comments on commit 5c631bb

Please sign in to comment.