added webhook type

This commit is contained in:
Zai Shi 2024-07-25 16:08:12 -07:00
parent 7c4d27b7cb
commit e70921fc26

View File

@ -25,6 +25,7 @@ export async function sendWebhooks(options: {
await svix.message.create(projectId, {
eventType: options.type,
payload: {
type: options.type,
data: options.data,
},
});