You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix validateWebhook backwards incompatibility with older Node.js (#298)
* Use backward compatible syntax for accessing object keys on requestData.headers
* Stringifying requestData.body when it is of type object. This is backward compatibility for Next.js 12.1.x / Node.js v18
0 commit comments