clerk / clerk-docs

The documentation content for Clerk, an authentication and user management platform.
https://clerk.com/docs
80 stars 287 forks source link

Using Types in the JS implementation of Webhooks #1143

Closed Qu-Ack closed 3 weeks ago

Qu-Ack commented 1 month ago

[clerk-docs]/[docs]/[integrations]/[webhooks]/sync-data.mdx

in this file in the NodeJS implementation the evt variable has a type WebhookEvent Which shouldn't be the case as it's a JS implementation. evt is also asserted as Webhookevent in the try catch block just after that