Aggiunto filtro numMaxPeopleHosp
This commit is contained in:
@@ -2822,13 +2822,6 @@ UserSchema.statics.calculateStat = async function(idapp, username) {
|
||||
{deleted: {$exists: true, $eq: false}}],
|
||||
});
|
||||
|
||||
const numMySkills = await MySkill.countDocuments({idapp});
|
||||
const numMyGoods = await MyGood.countDocuments({idapp});
|
||||
|
||||
const numMyBachecas = await MyBacheca.countDocuments({idapp});
|
||||
|
||||
const numGroups = await MyGroup.countDocuments({idapp});
|
||||
|
||||
let numByTab = {};
|
||||
|
||||
const globalTables = require('../tools/globalTables');
|
||||
|
||||
Reference in New Issue
Block a user