We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87645b9 commit 4ed133bCopy full SHA for 4ed133b
1 file changed
doctor.js
@@ -23,7 +23,7 @@ async function createDoctor() {
23
24
const existing = await User.findOne({ email: encryptedEmail });
25
if (existing) {
26
- console.log("Doctor already exists!");
+ console.log("Doctor already exists!!");
27
process.exit(0);
28
}
29
0 commit comments