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

updates to de-duplicate email domain lists #4824

Merged
merged 3 commits into from
Jun 17, 2024

Conversation

PatrickGoRaft
Copy link
Contributor

closes #4817

val emails: Future[Seq[InstitutionEmailEntity]] =
emailRepository.findByLei(institution.lei)

var seqTest:Seq[String] = Seq("1","2,3","4","5","6")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this be "2", "3"?

@jaredb96 jaredb96 merged commit f05cae0 into cfpb:master Jun 17, 2024
1 of 2 checks passed
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.

Institutions Email Domain Consolidation
2 participants