Closing many tickets

This commit is contained in:
John Lyon-Smith
2018-04-22 15:22:36 -07:00
parent 4bc0a6cd30
commit 5cb13f7498
31 changed files with 392 additions and 100 deletions

View File

@@ -16,11 +16,6 @@ export let activitySchema = new Schema(
},
notes: { type: String, required: true },
when: { type: Date, required: true },
location: {
type: { type: String },
coordinates: [Number],
},
address: String,
fromStreetNumber: Number,
toStreetNumber: Number,
photos: [Schema.Types.ObjectId],