mirror of https://github.com/node-red/node-red.git
Merge pull request #4362 from node-red/4342-subflow-err
Handle credential env var evaluation when no value setpull/4371/head
commit
ee48a2f2bf
|
@ -80,6 +80,7 @@ function mapEnvVarProperties(obj,prop,flow,config) {
|
|||
}
|
||||
|
||||
async function evaluateEnvProperties(flow, env, credentials) {
|
||||
credentials = credentials || {}
|
||||
const pendingEvaluations = []
|
||||
const evaluatedEnv = {}
|
||||
const envTypes = []
|
||||
|
|
Loading…
Reference in New Issue