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