Skip to content

Commit

Permalink
Update packages/wrangler/templates/middleware/middleware-ensure-req-b…
Browse files Browse the repository at this point in the history
…ody-drained.ts
  • Loading branch information
mrbbot authored Mar 5, 2024
1 parent 0d35b4b commit 9812b69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ const drainBody: Middleware = async (request, env, _ctx, middlewareCtx) => {
};

export default drainBody;
export const wrap = undefined;
export const wrap = undefined;

0 comments on commit 9812b69

Please sign in to comment.