Skip to content

Commit

Permalink
fix mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Sep 18, 2024
1 parent 1c6547a commit af0cf7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kong/pdk/vault.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1455,7 +1455,7 @@ local function new(self)

initialized = true

if self.configuration.cluster_rpc then
if self.configuration.database ~= "off" or self.configuration.cluster_rpc then
self.worker_events.register(handle_vault_crud_event, "crud", "vaults")
end

Expand Down

0 comments on commit af0cf7e

Please sign in to comment.