Skip to content

Commit 0ecd056

Browse files
committed
Merge branch 'develop' into v1-candidate
2 parents d9c51ea + 7172c89 commit 0ecd056

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/validators/type.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
*/
88

99
function isValid(data, model) {
10-
//if (!model.type || typeof model.data === 'undefined') {
1110
if (!model.type || typeof data === 'undefined') {
1211
return true;
1312
}

0 commit comments

Comments
 (0)