Skip to content

Commit

Permalink
make key optional parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
ASaiAnudeep authored Jul 20, 2024
1 parent 804e1dd commit def6071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/exports/request.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export function setFollowRedirects(follow: boolean): void;
/**
* removes all or selective default headers
*/
export function removeDefaultHeaders(key: string): void;
export function removeDefaultHeaders(key?: string): void;

/**
* records data that will be available in reports
Expand Down

0 comments on commit def6071

Please sign in to comment.