We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: