Skip to content

Commit

Permalink
style(pdk): rename some variables (#14063)
Browse files Browse the repository at this point in the history
Follow up of #14025

KAG-6036
  • Loading branch information
chronolaw authored Dec 30, 2024
1 parent 0ebc358 commit 0b74d0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kong/pdk/vault.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1443,10 +1443,10 @@ local function new(self)
local conf = self.configuration

local not_dbless = conf.database ~= "off" -- postgres
local dp_with_inc_sync = conf.role == "data_plane" and
local dp_with_rpc_sync = conf.role == "data_plane" and
conf.cluster_rpc_sync

return not_dbless or dp_with_inc_sync
return not_dbless or dp_with_rpc_sync
end

local initialized
Expand Down

1 comment on commit 0b74d0f

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bazel Build

Docker image available kong/kong:0b74d0f5373c5fe082cdc4f4de638d20408beaac
Artifacts available https://github.com/Kong/kong/actions/runs/12542838046

Please sign in to comment.