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