Skip to content

Commit

Permalink
📝 (inputValidator.js): add extra newline for readability between vali…
Browse files Browse the repository at this point in the history
…dateUserRegister and validateUserLogin methods
  • Loading branch information
prodypanda committed Mar 19, 2024
1 parent ab6494e commit 37072f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/validation/inputValidator.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ exports.validateUserRegister = [
*
* Returns 422 error response if any validation fails.
*/

exports.validateUserLogin = [
check('email')
.trim()
Expand Down

0 comments on commit 37072f6

Please sign in to comment.