-
Notifications
You must be signed in to change notification settings - Fork 69
User event trigger #927
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
User event trigger #927
Conversation
|
Oops! Looks like you forgot to update the changelog. When updating CHANGELOG.md, please consider the following:
|
This reverts commit 07da4d4.
| firstNames: z.string(), | ||
| lastName: z.string(), |
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.
| firstNames: z.string(), | |
| lastName: z.string(), | |
| firstname: z.string(), | |
| surname: z.string(), |
src/api/notification/handler.ts
Outdated
| }) | ||
| return | ||
| } | ||
| const applicationConfig = await getApplicationConfig() |
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.
Let's import this directly instead of fetching
Description
Clearly describe what has been changed. Include relevant context or background.
Explain how the issue was fixed (if applicable) and the root cause.
Link this pull request to the GitHub issue (and optionally name the branch
ocrvs-<issue #>)Checklist