Notification system enhanced
- Base for notifcation center - Show text in map if no data is available
This commit is contained in:
@@ -6,7 +6,7 @@ const schemaBeat = new Schema({
|
||||
accuracy: { type: Number, required: false },
|
||||
speed: { type: Number, required: false },
|
||||
battery: { type: Number, required: false },
|
||||
phone: { type: SchemaTypes.ObjectId, required: true, default: 'user' },
|
||||
phone: { type: SchemaTypes.ObjectId, required: true },
|
||||
createdAt: { type: SchemaTypes.Date, required: false }
|
||||
}, {
|
||||
timestamps: {
|
||||
|
||||
Reference in New Issue
Block a user