poppinss / indicative

Indicative is a simple yet powerful data validator for Node.js and browsers. It makes it so simple to write async validations on nested set of data.
https://indicative.adonisjs.com/
MIT License
417 stars 52 forks source link

Fix wrong types #139

Closed chanlito closed 7 years ago

chanlito commented 7 years ago

I've been working with the types for a while now, and I found the following to be incorrect since my last PR. Here are the changes.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 475d6fc70f67e639b1ab16217591ed85e8dc31af on BruceHem:patch-1 into 26468ac2bbab6b521a764f52ac14edc560d1357e on poppinss:develop.

thetutlage commented 7 years ago

Cool, also lemme go ahead and test them manually once

chanlito commented 7 years ago

Let me know once u done.