implemented update connections and change the host url

master
varun 3 years ago
parent d6ec8e903b
commit d77078a392

@ -71,7 +71,7 @@ const userSchema = new mongoose.Schema(
return Date.now();
},
},
updatedBy: ObjectId,
updatedBy: ObjectId,
},
{ versionKey: false }
);

Loading…
Cancel
Save