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

Commit

Permalink
Fix array typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fastner committed May 12, 2016
1 parent a501720 commit f6a250c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BaseValidator.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ export default class BaseValidator {
if (!propertiesMap[prop])
propertiesMap[prop] = []

propertiesMap[prop] = {
propertiesMap[prop].push({
name,
validatorFunction
}
})
})
}

Expand Down

0 comments on commit f6a250c

Please sign in to comment.