Skip to content
This repository has been archived by the owner on Nov 15, 2017. It is now read-only.

Commit

Permalink
Fix initial value for reducing validator results
Browse files Browse the repository at this point in the history
  • Loading branch information
fastner committed May 11, 2016
1 parent dac5065 commit 86b9f18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/BaseValidator.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ export default class BaseValidator {
return [ thisRule ]

return all.concat(thisRule)
}
},
[]
)
}

Expand Down

0 comments on commit 86b9f18

Please sign in to comment.