Protetto le password (al load) che vengono settate in settings
This commit is contained in:
@@ -139,7 +139,7 @@ const MyEventSchema = new Schema({
|
||||
},
|
||||
});
|
||||
|
||||
MyEventSchema.statics.findAllIdApp = function(socioresidente, idapp) {
|
||||
MyEventSchema.statics.findAllIdApp = async function(socioresidente, idapp) {
|
||||
const Event = this;
|
||||
|
||||
let query = [];
|
||||
|
||||
Reference in New Issue
Block a user