Skip to content

Commit ed543df

Browse files
author
aadamgough
committed
removed comment
1 parent b6648ef commit ed543df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sim/app/api/webhooks/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1197,7 +1197,7 @@ async function createGrainWebhookSubscription(
11971197

11981198
const requestBody: Record<string, any> = {
11991199
hook_url: notificationUrl,
1200-
hook_type: 'recording_added', // Required parameter - fires when a new recording is added
1200+
hook_type: 'recording_added',
12011201
}
12021202

12031203
// Build include object based on configuration

0 commit comments

Comments
 (0)