Skip to content

Commit 7b27c93

Browse files
committed
rollback this change
1 parent e2ff43e commit 7b27c93

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/http-router/src/Router.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,6 @@ export class Router<
260260
method: req.method,
261261
path: req.url,
262262
error: responseValidatorFn.errors?.map((error: any) => error.message).join('\n '),
263-
originalResponse: body,
264263
});
265264
return c.json(
266265
{

0 commit comments

Comments
 (0)