Skip to content

Commit

Permalink
Merge 3dce1b4 into 94f3217
Browse files Browse the repository at this point in the history
  • Loading branch information
NFSS10 committed Jun 15, 2021
2 parents 94f3217 + 3dce1b4 commit 1930f4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/util/validation.js
Expand Up @@ -153,6 +153,7 @@ export const stringEq = function(valueC, message = "Must be exactly %{1} charact

export const all = function(validation) {
const _validation = (sequence, ctx) => {
if (sequence === null) return true;
for (const value of sequence) {
validation(value, ctx);
}
Expand Down

0 comments on commit 1930f4f

Please sign in to comment.