Skip to content

Commit

Permalink
hopefully reset yarn registry changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rnegron committed Jan 29, 2024
1 parent 2ceda7a commit a1f99ff
Show file tree
Hide file tree
Showing 2 changed files with 1,727 additions and 1,630 deletions.
2 changes: 1 addition & 1 deletion packages/core/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export interface Bundle<InputData = { [x: string]: any }> {
rawRequest?: Partial<{
method: HttpMethod;
querystring: string;
headers: { [x: string]: string };
headers: { [name: string]: string };
content: string;
}>;
cleanedRequest?:
Expand Down
Loading

0 comments on commit a1f99ff

Please sign in to comment.