Notifications
Settings Notifications User Panel
This commit is contained in:
@@ -131,7 +131,7 @@ module.exports.findAll = async function () {
|
||||
|
||||
const myfind = { active: true };
|
||||
|
||||
return Site.find(myfind).lean();
|
||||
return await Site.find(myfind).lean();
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user