Skip to content

Commit

Permalink
revert diffConfigs args
Browse files Browse the repository at this point in the history
  • Loading branch information
HiroyasuNishiyama committed Feb 15, 2021
1 parent b66468c commit 12c7238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/node_modules/@node-red/runtime/lib/flows/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ module.exports = {

parseConfig: parseConfig,

diffConfigs: function(oldConfig, newConfig, ignoreGroup) {
diffConfigs: function(oldConfig, newConfig) {
var id;
var node;
var nn;
Expand Down

0 comments on commit 12c7238

Please sign in to comment.