Skip to content

Commit

Permalink
chore(user): remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
WikiRik authored Nov 26, 2020
1 parent 105128d commit 3f6144e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion models/User.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ const User = sequelize.define('user', {
allowNull: true,
validate: {
isEmail: { msg: 'GSuite ID should be a valid email.' }
// TODO: build custom validation that checks uniqueness for body and circle as well
},
unique: true
}
Expand Down

0 comments on commit 3f6144e

Please sign in to comment.