lukejagodzinski / meteor-astronomy-validators

https://atmospherejs.com/jagi/astronomy-validators
MIT License
11 stars 13 forks source link

Unique in Array #41

Closed chathuraa closed 8 years ago

chathuraa commented 8 years ago

Hi,

How do i validate the value i'm pushing in to an array is unique?

Thanks, Chat.

lukejagodzinski commented 8 years ago

Hi, right now validating uniqueness of array elements is not supported. You have to do it by hand.

chathuraa commented 8 years ago

Thanks.