Skip to content

Commit 6567469

Browse files
committed
style(server): removed double comment
1 parent ab784de commit 6567469

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

templates/express/models/user.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,9 @@ UserSchema
9090
return hashedPassword.length;
9191
}, 'Password cannot be blank');
9292

93-
// /**
94-
// * Plugins
95-
// */
96-
93+
/**
94+
* Plugins
95+
*/
9796
UserSchema.plugin(uniqueValidator, { message: 'Value is not unique.' });
9897

9998
/**

0 commit comments

Comments
 (0)