unytics/bigfunctions

[bug]: `is_email_valid`: Wrong for glow.sch.uk domain

jimmymaise opened this issue · 1 comments

Check the bug has not already been reported

Edit function_name and the short error description in title above

  • I wrote the correct function name and a short error description in the title above

What happened and what did you expect?

select bigfunctions.is_email_valid('name@glow.sch.uk') return false but it should be true

Hi @jimmymaise !

Thanks a LOT for opening this issue. 🙌

I just fixed it with this commit and redeployed the function.

I assume it is ok and I close the issue.
If it is not, please re-open it.

thanks