leepowelldev / mongoose-validator

Validators for mongoose models utilising validator.js
MIT License
378 stars 43 forks source link

Wrong PR. Ignore, please. #38

Closed yuricamara closed 7 years ago

yuricamara commented 7 years ago

When the mongoose-validator is executed by Mongoose (>= 4.9.0) for the first time, it appears this message on console: "DeprecationWarning: Implicit async custom validators (custom validators that take 2 arguments) are deprecated in mongoose >= 4.9.0"

I followed the instruction in Mongoose doc and this solved.

yuricamara commented 7 years ago

Wrong PR. Ignore, please.