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

September release #386

Merged
merged 8 commits into from
Sep 7, 2024
Merged

September release #386

merged 8 commits into from
Sep 7, 2024

Conversation

alexaor
Copy link
Member

@alexaor alexaor commented Sep 7, 2024

Bugs fixed:

  • Properly receive emails when removing someone from an interview

Features:

  • Add mutation to invite a single user

alexaor and others added 8 commits August 27, 2024 14:57
We were removing intervwers before sending the email, meaning
there were no recipients by the time we actually sent the email
Issue being that the the interview object was being passed into
the send email. This new interview has nothing to do with the prev
interview and also doesnt have any users to send an email to.

This should also be conditional.
feat(users): add invite new user mutation
@alexaor alexaor merged commit 1fa9c5c into master Sep 7, 2024
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.

1 participant