Aggiunto il filtro per Provincia

This commit is contained in:
paoloar77
2022-01-23 23:25:34 +01:00
parent 66eaca6d41
commit 632534eed1
15 changed files with 89399 additions and 24 deletions

View File

@@ -35,9 +35,6 @@ const SectorSchema = new Schema({
theme: {
type: String,
},
main: {
type: Boolean,
}
});
SectorSchema.pre('save', async function (next) {