mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-15 18:26:15 +01:00
feat: #7743 finish groups
This commit is contained in:
@@ -115,3 +115,5 @@ function buildTemplatesFromAreas(areas) {
|
||||
});
|
||||
return templates;
|
||||
}
|
||||
|
||||
require('../promisify')(admin);
|
||||
|
||||
@@ -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