Skip to content

Commit

Permalink
Merge pull request node-red#4362 from node-red/4342-subflow-err
Browse files Browse the repository at this point in the history
Handle credential env var evaluation when no value set
  • Loading branch information
knolleary authored Sep 25, 2023
2 parents 680d5b8 + c9320c1 commit ee48a2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/node_modules/@node-red/runtime/lib/flows/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ function mapEnvVarProperties(obj,prop,flow,config) {
}

async function evaluateEnvProperties(flow, env, credentials) {
credentials = credentials || {}
const pendingEvaluations = []
const evaluatedEnv = {}
const envTypes = []
Expand Down

0 comments on commit ee48a2f

Please sign in to comment.