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