Skip to content

Commit

Permalink
fix &&
Browse files Browse the repository at this point in the history
  • Loading branch information
xinghengwang committed Jan 13, 2025
1 parent f1c3527 commit 7249b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion my-dev-portal-api/config/pluginLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function getApimProvisioningPlugin() {
case 'kong':
if ((typeof process.env.KONNECT_PAT !== "undefined" &&
process.env.KONNECT_PAT !== "") || (
typeof process.env.PLUGIN_KONNECT_PAT !== 'undefined' ||
typeof process.env.PLUGIN_KONNECT_PAT !== "undefined" &&
process.env.PLUGIN_KONNECT_PAT !== ""
)
) {
Expand Down

0 comments on commit 7249b1b

Please sign in to comment.