reinitializing codebase and resuming development
This commit is contained in:
@@ -16,6 +16,10 @@ const geofenceSchema = new Schema({
|
||||
type: String,
|
||||
required: false,
|
||||
},
|
||||
visit: {
|
||||
type: Types.ObjectId,
|
||||
ref: "visit",
|
||||
},
|
||||
});
|
||||
|
||||
const schema = new Schema({
|
||||
|
||||
Reference in New Issue
Block a user