Kyc approved then RD create and mail send

This commit is contained in:
Sibunnayak 2024-09-09 17:31:00 +05:30
parent 4a51003d67
commit 9f65d835f5
2 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,7 @@ const salescoordinatorSchema = new mongoose.Schema(
}, },
fcm_token: { fcm_token: {
type: String, type: String,
default: null,
}, },
mappedby: { mappedby: {
type: mongoose.Schema.Types.ObjectId, type: mongoose.Schema.Types.ObjectId,

View File

@ -54,6 +54,7 @@ const territorymanagerSchema = new mongoose.Schema(
}, },
fcm_token: { fcm_token: {
type: String, type: String,
default: null,
}, },
}, },
{ timestamps: true } { timestamps: true }