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

Clean-up Unused Email Logic #4517

Open
mcgarrye opened this issue Dec 18, 2024 · 0 comments
Open

Clean-up Unused Email Logic #4517

mcgarrye opened this issue Dec 18, 2024 · 0 comments

Comments

@mcgarrye
Copy link
Collaborator

Unused email template, email service function and user service logic exist in regards to the portalAccountUpdate email. The user service logic became unreachable after the prisma rewrite and since no translations could be found in the db, it is likely this email was never sent at all. Can be removed from the following places:
https://github.com/metrotranscom/doorway/blob/main/api/src/views/portal-account-update.hbs
https://github.com/metrotranscom/doorway/blob/main/api/src/services/email.service.ts#L238-L255
https://github.com/metrotranscom/doorway/blob/main/api/src/services/user.service.ts#L724-L740

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

No branches or pull requests

1 participant