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 4e2f9d5 commit 078c1d0Copy full SHA for 078c1d0
src/models/User.js
@@ -26,3 +26,5 @@ UserSchema.methods.matchPassword = async function(enteredPassword) {
26
27
//Sample comment fot the testing
28
module.exports = mongoose.model('User', UserSchema);
29
+
30
+//test comment
0 commit comments