fixed: se aggiungo una Provincia sul frontend non si aggiungeva

This commit is contained in:
Surya Paolo
2023-11-24 17:52:17 +01:00
parent 7b14c09fd5
commit c92dc8f216
4 changed files with 29 additions and 7 deletions

View File

@@ -98,7 +98,7 @@ const MySkillSchema = new Schema(
},
},
...Reaction.getFieldsForReactions()
});
}, { strict: false });
MySkillSchema.index({ 'idapp': 1 });