Skip to content

Fix an issue with validating an email array#178

Merged
micke merged 1 commit intomicke:masterfrom
vkononov:bug-support-email-array
Jun 26, 2021
Merged

Fix an issue with validating an email array#178
micke merged 1 commit intomicke:masterfrom
vkononov:bug-support-email-array

Conversation

@vkononov
Copy link
Copy Markdown

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
Copy Markdown
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