We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69419af commit 7480aa3Copy full SHA for 7480aa3
lib/validator.js
@@ -21,7 +21,7 @@ class Validator {
21
keyword: 'fjs_type',
22
type: 'object',
23
errors: false,
24
- validate: (type, date) => {
+ validate: (_type, date) => {
25
return date instanceof Date
26
}
27
})
0 commit comments