Skip to content

Commit

Permalink
fix: remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chobits committed Oct 31, 2024
1 parent 1f652d5 commit de9ced8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kong/db/strategies/off/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ local function select_by_field(self, field, value, options)
if field == "cache_key" then
-- align with cache_key insertion logic in _set_entity_for_txn
ws_id = get_default_workspace()
-- value = the value generated by `:cache_key()`

else
ws_id = workspace_id(schema, options)
Expand Down

0 comments on commit de9ced8

Please sign in to comment.