diff --git a/src/context.ts b/src/context.ts index 75b135d3341..1b33d6d905d 100644 --- a/src/context.ts +++ b/src/context.ts @@ -33,7 +33,7 @@ export interface FreshContext { readonly config: ResolvedFreshConfig; readonly state: State; /** The original incoming `Request` object` */ - readonly req: Request; + req: Request; /** * The request url parsed into an `URL` instance. This is typically used * to apply logic based on the pathname of the incoming url or when