Skip to content

Commit

Permalink
added webhook type
Browse files Browse the repository at this point in the history
  • Loading branch information
fomalhautb committed Jul 25, 2024
1 parent 7c4d27b commit e70921f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/backend/src/lib/webhooks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export async function sendWebhooks(options: {
await svix.message.create(projectId, {
eventType: options.type,
payload: {
type: options.type,
data: options.data,
},
});
Expand Down

0 comments on commit e70921f

Please sign in to comment.