Skip to content

Commit

Permalink
Update CustomRequest.ts (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
svnty committed Jan 20, 2024
1 parent 0e4c5cd commit d7f7f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/core/CustomRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export class CustomRequest<M extends string, Params extends string> {
readonly search: string;
readonly query: URLSearchParams;
readonly params: { [K in Params]: string };
private _fallbackBody: BodyStream | undefined;
public _fallbackBody: BodyStream | undefined;

constructor(request: Request) {
this.request = request;
Expand Down

0 comments on commit d7f7f61

Please sign in to comment.