不要怂,就是干,撸起袖子干!

Commit 0f84d718 by Gustav Pursche

Remove duplicated link

1 parent e68ca33c
Showing with 1 additions and 2 deletions
...@@ -339,7 +339,7 @@ isIn: { ...@@ -339,7 +339,7 @@ isIn: {
When using custom validator functions the error message will be whatever message the thrown`Error`object holds. When using custom validator functions the error message will be whatever message the thrown`Error`object holds.
See [the validator.js project][4] for more details on the built in validation methods. See [the validator.js project][3] for more details on the built in validation methods.
**Hint: **You can also define a custom function for the logging part. Just pass a function. The first parameter will be the string that is logged. **Hint: **You can also define a custom function for the logging part. Just pass a function. The first parameter will be the string that is logged.
...@@ -642,6 +642,5 @@ sequelize.define('User', {}, { ...@@ -642,6 +642,5 @@ sequelize.define('User', {}, {
[0]: #configuration [0]: #configuration
[3]: https://github.com/chriso/validator.js [3]: https://github.com/chriso/validator.js
[4]: https://github.com/chriso/validator.js
[5]: /docs/latest/misc#asynchronicity [5]: /docs/latest/misc#asynchronicity
[6]: https://github.com/petkaantonov/bluebird/blob/master/API.md#spreadfunction-fulfilledhandler--function-rejectedhandler----promise [6]: https://github.com/petkaantonov/bluebird/blob/master/API.md#spreadfunction-fulfilledhandler--function-rejectedhandler----promise
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!