fix: unwrap webhook payload before test and resend (#2710)

This commit is contained in:
Ephraim Duncan
2026-04-22 05:42:16 +00:00
committed by GitHub
parent d38d703fd3
commit e5da5bca38
3 changed files with 29 additions and 18 deletions
@@ -32,7 +32,7 @@ export const triggerTestWebhook = async ({
try {
await triggerWebhook({
event,
data: samplePayload,
data: samplePayload.payload,
userId,
teamId,
});