Send SMS after 3 days to user for register sim card
This commit is contained in:
Mr Swift
2024-10-04 13:43:09 +03:30
parent e8c1ab00f2
commit 4dc6000976
4 changed files with 62 additions and 0 deletions
+4
View File
@@ -17,6 +17,10 @@ const InstalledDeviceSchema = mongoose.Schema({
},
registerDate: Date,
installationDate: Date,
check:{
type:Boolean,
default:false
},
userId: {
type: String,
ref: 'UserGPS'