- Aggiungere numero di persone registrate, e num di competenze, e numGruppi

This commit is contained in:
paoloar77
2022-02-11 01:08:03 +01:00
parent e1eaf10e9b
commit 077d9933c3
6 changed files with 69 additions and 80 deletions

View File

@@ -58,7 +58,7 @@ module.exports.executeQueryTable = function (idapp, params) {
module.exports.findAllIdApp = async function (idapp) {
const myfind = { idapp };
return await Hours.find(myfind);
return Hours.find(myfind);
};
module.exports.correggiHours = async function (idapp) {