adding Error Logger and enhancements to locationUpdate Controller

This commit is contained in:
Shibi Chakkaravarthy
2026-04-18 14:38:16 +05:30
parent 8c368165c1
commit 86285e341f
2 changed files with 6 additions and 1 deletions
+4
View File
@@ -12,6 +12,10 @@ const schema = new Schema({
type: Date,
required: true,
},
battery: {
type: Number,
required: true,
},
venue: {
type: Types.ObjectId,
required: false,