Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix an issue with validating an email array #178

Merged
merged 1 commit into from
Jun 26, 2021
Merged

Fix an issue with validating an email array #178

merged 1 commit into from
Jun 26, 2021

Conversation

vkononov
Copy link
Contributor

If one tried to pass an array of emails for validation instead of a csv
string, validation would fail, as it would try to apply string methods
to an array. This fix supports both csv strings and email arrays.

@vkononov vkononov changed the title Fix an issue with validating an email array. Fix an issue with validating an email array Jun 10, 2021
If one tried to pass an array of emails for validation instead of a csv
string, validation would fail, as it would try to apply string methods
to an array. This fix supports both csv strings and email arrays.
@micke micke merged commit 2782fdf into micke:master Jun 26, 2021
@micke
Copy link
Owner

micke commented Jun 26, 2021

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants