-
Notifications
You must be signed in to change notification settings - Fork 6
1948 - Send email when PDL/Supervisor is added/updated to a member profile #2459
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
1948 - Send email when PDL/Supervisor is added/updated to a member profile #2459
Conversation
a865933 to
b08448e
Compare
b08448e to
4ae04f0
Compare
7aa1ef8 to
b971d54
Compare
…t getting required input for sending the emails
b971d54 to
e4bbd76
Compare
vhscom
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In general I'd prefer to see us using const over let unless we plan to mutate the assignment later in the control flow logic. I think there were some examples of let in this code which were followed as a pattern, but it wasn't the ideal pattern.
…onst where possible
e8b42be to
2d62944
Compare
vhscom
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
#1948