Protetto le password (al load) che vengono settate in settings
This commit is contained in:
@@ -56,7 +56,7 @@ SectorSchema.pre('save', async function (next) {
|
||||
next();
|
||||
});
|
||||
|
||||
SectorSchema.statics.findAllIdApp = function (idapp) {
|
||||
SectorSchema.statics.findAllIdApp = async function (idapp) {
|
||||
const Sector = this;
|
||||
|
||||
const query = [
|
||||
|
||||
Reference in New Issue
Block a user