mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00: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:
		| @@ -80,6 +80,7 @@ function mapEnvVarProperties(obj,prop,flow,config) { | ||||
| } | ||||
|  | ||||
| async function evaluateEnvProperties(flow, env, credentials) { | ||||
|     credentials = credentials || {} | ||||
|     const pendingEvaluations = [] | ||||
|     const evaluatedEnv = {} | ||||
|     const envTypes = [] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user