Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use TriggerWebhook function instead of NotifyUserChange
The `NotifyUserChange` function tries to get the user from the database but since the user was deleted the user is not present anymore and therefore `nil` is returned. To fix it, the account delete event is triggered through `TriggerWebhook`.
- Loading branch information