This commit is contained in:
2024-01-23 14:34:09 +05:00
parent c9e8de4d83
commit acae2e5a4c
2 changed files with 9 additions and 17 deletions
+2 -11
View File
@@ -24,17 +24,8 @@ const scheduledSessionSchema = new Schema(
type: Date,
required: true,
},
clientName: {
type: String,
required: true,
},
clientPhone: {
type: String,
required: true,
},
clientEmail: {
type: String,
required: true,
client: {
type: Object,
},
activeSessionId: {
type: Schema.Types.ObjectId,