Skip to content

Commit 078c1d0

Browse files
committed
test
1 parent 4e2f9d5 commit 078c1d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/models/User.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,5 @@ UserSchema.methods.matchPassword = async function(enteredPassword) {
2626

2727
//Sample comment fot the testing
2828
module.exports = mongoose.model('User', UserSchema);
29+
30+
//test comment

0 commit comments

Comments
 (0)