Skip to content

Commit

Permalink
Update context.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
metadream committed Feb 25, 2024
1 parent 8ebc48c commit fe12f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export class Context {
template?: string;
isStaticPath?: boolean;

private req: Request;
req: Request;
private res: {
headers: Headers;
status?: number;
Expand Down

0 comments on commit fe12f58

Please sign in to comment.