This commit is contained in:
Baris Usakli
2017-12-18 15:50:36 -05:00
parent 094bab24c9
commit 2053472ef3

View File

@@ -240,7 +240,7 @@ module.exports = function (Groups) {
old: oldName,
new: newName,
});
Groups.resetCache();
next();
},
], next);