Skip to content

Commit 4ed133b

Browse files
committed
testing
1 parent 87645b9 commit 4ed133b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doctor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ async function createDoctor() {
2323

2424
const existing = await User.findOne({ email: encryptedEmail });
2525
if (existing) {
26-
console.log("Doctor already exists!");
26+
console.log("Doctor already exists!!");
2727
process.exit(0);
2828
}
2929

0 commit comments

Comments
 (0)