Merge pull request #4362 from node-red/4342-subflow-err

Handle credential env var evaluation when no value set
This commit is contained in:
Nick O'Leary
2023-09-25 18:20:28 +01:00
committed by GitHub

View File

@@ -80,6 +80,7 @@ function mapEnvVarProperties(obj,prop,flow,config) {
}
async function evaluateEnvProperties(flow, env, credentials) {
credentials = credentials || {}
const pendingEvaluations = []
const evaluatedEnv = {}
const envTypes = []