Aggiunto il filtro per Provincia
This commit is contained in:
@@ -35,9 +35,6 @@ const SectorSchema = new Schema({
|
||||
theme: {
|
||||
type: String,
|
||||
},
|
||||
main: {
|
||||
type: Boolean,
|
||||
}
|
||||
});
|
||||
|
||||
SectorSchema.pre('save', async function (next) {
|
||||
|
||||
Reference in New Issue
Block a user