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: {
|
||||
type: String,
|
||||
default: null,
|
||||
},
|
||||
mappedby: {
|
||||
type: mongoose.Schema.Types.ObjectId,
|
||||
|
@ -54,6 +54,7 @@ const territorymanagerSchema = new mongoose.Schema(
|
||||
},
|
||||
fcm_token: {
|
||||
type: String,
|
||||
default: null,
|
||||
},
|
||||
},
|
||||
{ timestamps: true }
|
||||
|
Loading…
Reference in New Issue
Block a user