mirror of
https://github.com/documenso/documenso.git
synced 2025-11-15 01:01:49 +10:00
fix: add public profiles tests
This commit is contained in:
@ -51,7 +51,7 @@ export const stripeWebhookHandler = async (req: Request) => {
|
||||
);
|
||||
}
|
||||
|
||||
// Todo: I'm not sure about this.
|
||||
// Todo: (RR7) I'm not sure about this.
|
||||
const clonedReq = req.clone();
|
||||
const rawBody = await clonedReq.arrayBuffer();
|
||||
const body = Buffer.from(rawBody);
|
||||
|
||||
Reference in New Issue
Block a user