Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
sebelga committed Apr 26, 2017
2 parents f68f29d + 2889961 commit 965acf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@ const userSchema = new Schema({
website: { validate: 'isURL', optional: true },
ip: {
validate: {
validate: 'isIP',
rule: 'isIP',
args: [4],
}
}
},
accessList: {
validate: {
rule: validateAccessList,
Expand Down

0 comments on commit 965acf4

Please sign in to comment.