mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-10 16:05:49 +01:00
feat: #7743 finish groups
This commit is contained in:
@@ -269,3 +269,5 @@ widgets.resetTemplate = function (template, callback) {
|
||||
widgets.resetTemplates = function (templates, callback) {
|
||||
async.eachSeries(templates, widgets.resetTemplate, callback);
|
||||
};
|
||||
|
||||
require('../promisify')(widgets);
|
||||
|
||||
Reference in New Issue
Block a user