mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
added webhook type
This commit is contained in:
parent
7c4d27b7cb
commit
e70921fc26
@ -25,6 +25,7 @@ export async function sendWebhooks(options: {
|
||||
await svix.message.create(projectId, {
|
||||
eventType: options.type,
|
||||
payload: {
|
||||
type: options.type,
|
||||
data: options.data,
|
||||
},
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user