Skip to content

Commit 4e2f9d5

Browse files
committed
Add sample comment for testing in User model
1 parent 7585dea commit 4e2f9d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/models/User.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ UserSchema.methods.matchPassword = async function(enteredPassword) {
2424
return await bcrypt.compare(enteredPassword, this.password);
2525
};
2626

27+
//Sample comment fot the testing
2728
module.exports = mongoose.model('User', UserSchema);

0 commit comments

Comments
 (0)