Skip to content

Commit 4a59ec2

Browse files
authored
fix: Remove readonly from FreshRequest.req (#2751)
1 parent 669f62a commit 4a59ec2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/fresh/src/context.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export class Context<State> {
7373
*/
7474
readonly url: URL;
7575
/** The original incoming {@linkcode Request} object. */
76-
readonly req: Request;
76+
req: Request;
7777
/** The matched route pattern. */
7878
readonly route: string | null;
7979
/** The url parameters of the matched route pattern. */

0 commit comments

Comments
 (0)