Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
rportugal committed Oct 24, 2023
1 parent 99efe80 commit baf5e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fetcher/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export interface FetcherRequestInit {
// objects.
headers?: Record<string, string>;
body?: string | Buffer;
redirect?: 'follow' | 'error' | 'manual';
redirect?: "follow" | "error" | "manual";

// A provided `signal` should be an object created by a class named
// `AbortSignal` (the constructor name is checked by some implementations like
Expand Down

0 comments on commit baf5e55

Please sign in to comment.