Skip to content

Conversation

@sampoder
Copy link
Member

Closes #12425. Will fix prod data.

@sampoder sampoder requested a review from a team December 22, 2025 08:17
@sampoder
Copy link
Member Author

rubocop enforces the other format.

@sampoder
Copy link
Member Author

prod data fixed

Comment on lines 55 to +58

normalizes :original, with: ->(original) { original.strip.downcase }
normalizes :replacement, with: ->(replacement) { replacement.strip.downcase }

Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
normalizes :original, with: ->(original) { original.strip.downcase }
normalizes :replacement, with: ->(replacement) { replacement.strip.downcase }
normalizes :original, with: ->(original) { original.strip.downcase }
normalizes :replacement, with: ->(replacement) { replacement.strip.downcase }

@sampoder sampoder merged commit e0e0702 into main Dec 29, 2025
15 checks passed
@sampoder sampoder deleted the normalize-email-updates branch December 29, 2025 20:44
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.

[EmailUpdate] Normalize original and replacement to be case insensitive

3 participants