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