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