mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Merge pull request #4362 from node-red/4342-subflow-err
Handle credential env var evaluation when no value set
This commit is contained in:
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
Block a user