mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
removed test code
This commit is contained in:
parent
2ad9247ab0
commit
73641dd0d0
@ -44,8 +44,6 @@ function createWebhookSender<T extends yup.Schema>(event: WebhookEvent<T>) {
|
||||
};
|
||||
}
|
||||
|
||||
type x = yup.InferType<typeof userUpdatedWebhookEvent.schema>;
|
||||
|
||||
export const sendUserCreatedWebhook = createWebhookSender(userCreatedWebhookEvent);
|
||||
export const sendUserUpdatedWebhook = createWebhookSender(userUpdatedWebhookEvent);
|
||||
export const sendUserDeletedWebhook = createWebhookSender(userDeletedWebhookEvent);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user