feat: #7743 finish groups

This commit is contained in:
Barış Soner Uşaklı
2019-07-18 22:35:12 -04:00
parent a39ca51e06
commit 72def7dfa6
6 changed files with 255 additions and 373 deletions

View File

@@ -269,3 +269,5 @@ widgets.resetTemplate = function (template, callback) {
widgets.resetTemplates = function (templates, callback) {
async.eachSeries(templates, widgets.resetTemplate, callback);
};
require('../promisify')(widgets);