mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	| @@ -117,8 +117,8 @@ class Subflow extends Flow { | ||||
|         this.node_map = node_map; | ||||
|         this.path = parent.path+"/"+(subflowInstance._alias||subflowInstance.id); | ||||
|  | ||||
|         this.templateCredentials = credentials.get(subflowDef.id); | ||||
|         this.instanceCredentials = credentials.get(this.id); | ||||
|         this.templateCredentials = credentials.get(subflowDef.id) || {}; | ||||
|         this.instanceCredentials = credentials.get(this.id) || {}; | ||||
|  | ||||
|         var env = []; | ||||
|         if (this.subflowDef.env) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user