Skip to content

Commit

Permalink
fix(types): remove redirect option (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 authored Jul 9, 2023
1 parent 5624353 commit 724699d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/fetch-wrapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ import type { EndpointInterface } from "@octokit/types";
import getBuffer from "./get-buffer-response";

export default function fetchWrapper(
requestOptions: ReturnType<EndpointInterface> & {
redirect?: "error" | "follow" | "manual";
},
requestOptions: ReturnType<EndpointInterface>,
) {
const log =
requestOptions.request && requestOptions.request.log
Expand Down

0 comments on commit 724699d

Please sign in to comment.