Skip to content

Commit 907ebd6

Browse files
committed
Remove content limit
1 parent b70eb57 commit 907ebd6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/handlers/next/saleor-webhooks/process-saleor-webhook.ts

-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ export const processSaleorWebhook: ProcessSaleorWebhook = async <T>({
128128
const rawBody = (
129129
await getRawBody(req, {
130130
length: req.headers["content-length"],
131-
limit: "1mb",
132131
})
133132
).toString();
134133
if (!rawBody) {

0 commit comments

Comments
 (0)