Skip to content

Commit ac3f72c

Browse files
authored
fix: invalid json
Removed trailing comma in json
1 parent a055259 commit ac3f72c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/guides/capabilities/webhooks/webhook-events.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ The payload for this event is like the following:
213213
}
214214
},
215215
"transcriptDownloadUrl": "https://sample.com/transcript.csv",
216-
"transcriptDownloadUrlExpiry": "2023-12-13 07:08:39.051621Z",
216+
"transcriptDownloadUrlExpiry": "2023-12-13 07:08:39.051621Z"
217217
}
218218
```
219219

0 commit comments

Comments
 (0)