Skip to content

Commit f57f4c3

Browse files
committed
validator is add missing variable in is.uchar
1 parent b4e344d commit f57f4c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/validator/is.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ module.exports = {
6464
return true;
6565
}
6666

67-
return .test(value);
67+
return rules.UNICODECHARNOCRLF_EXTENDED.test(value);
6868
},
6969

7070
/**

0 commit comments

Comments
 (0)