mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Do not include creds when calculating flow revision hash
This commit is contained in:
		| @@ -66,7 +66,7 @@ var storageModuleInterface = { | ||||
|                         flows: flows, | ||||
|                         credentials: creds | ||||
|                     }; | ||||
|                     result.rev = crypto.createHash('md5').update(JSON.stringify(result)).digest("hex"); | ||||
|                     result.rev = crypto.createHash('md5').update(JSON.stringify(result.flows)).digest("hex"); | ||||
|                     return result; | ||||
|                 }) | ||||
|             }); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user