revert diffConfigs args

This commit is contained in:
Hiroyasu Nishiyama 2021-02-15 22:05:42 +09:00
parent b66468c4ea
commit 12c7238c72
1 changed files with 1 additions and 1 deletions

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;