- Aggiungere numero di persone registrate, e num di competenze, e numGruppi
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user