- Cataloghi aggiornamento...
This commit is contained in:
@@ -42,7 +42,7 @@ module.exports.executeQueryTable = function (idapp, params) {
|
||||
module.exports.findAllIdApp = async function (idapp) {
|
||||
const myfind = { idapp };
|
||||
|
||||
return await Publisher.find(myfind);
|
||||
return await Publisher.find(myfind).sort({ name: 1 }).lean();
|
||||
};
|
||||
|
||||
module.exports.createIndexes((err) => {
|
||||
|
||||
Reference in New Issue
Block a user