Kyc approved then RD create and mail send
This commit is contained in:
parent
4a51003d67
commit
9f65d835f5
@ -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,
|
||||||
|
@ -54,6 +54,7 @@ const territorymanagerSchema = new mongoose.Schema(
|
|||||||
},
|
},
|
||||||
fcm_token: {
|
fcm_token: {
|
||||||
type: String,
|
type: String,
|
||||||
|
default: null,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{ timestamps: true }
|
{ timestamps: true }
|
||||||
|
Loading…
Reference in New Issue
Block a user