1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

revert diffConfigs args

This commit is contained in:
Hiroyasu Nishiyama 2021-02-15 22:05:42 +09:00
parent b66468c4ea
commit 12c7238c72

View File

@ -271,7 +271,7 @@ module.exports = {
parseConfig: parseConfig,
diffConfigs: function(oldConfig, newConfig, ignoreGroup) {
diffConfigs: function(oldConfig, newConfig) {
var id;
var node;
var nn;