Skip to content

Commit

Permalink
fix: oops
Browse files Browse the repository at this point in the history
  • Loading branch information
flrgh committed Nov 7, 2024
1 parent d387e74 commit c518c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kong/runloop/events.lua
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ local function crud_wasm_handler(data, schema_name)

-- cache is invalidated on service/route deletion to ensure we don't
-- have oprhaned filter chain data cached
elseif schema_name == "services" or schema_name == "routes"
elseif schema_name == "services" or schema_name == "routes" then
updated = data.operation == "delete"

-- invalidate for changes to wasm filter plugin entities
Expand Down

0 comments on commit c518c4d

Please sign in to comment.