We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7585dea commit 4e2f9d5Copy full SHA for 4e2f9d5
src/models/User.js
@@ -24,4 +24,5 @@ UserSchema.methods.matchPassword = async function(enteredPassword) {
24
return await bcrypt.compare(enteredPassword, this.password);
25
};
26
27
+//Sample comment fot the testing
28
module.exports = mongoose.model('User', UserSchema);
0 commit comments