We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bc11bb commit 1f4608cCopy full SHA for 1f4608c
src/error-request.ts
@@ -1,7 +1,7 @@
1
import type { Octokit } from "@octokit/core";
2
import { RequestOptions } from "@octokit/types";
3
import { RequestError } from "@octokit/request-error";
4
-import { RetryState } from './types'
+import { RetryState } from "./types";
5
6
export async function errorRequest(
7
octokit: Octokit,
src/wrap-request.ts
@@ -1,9 +1,6 @@
-import {
- RequestOptions,
- OctokitResponse,
-} from "@octokit/types";
+import { RequestOptions, OctokitResponse } from "@octokit/types";
import Bottleneck from "bottleneck/light";
8
export async function wrapRequest(
9
state: RetryState,
0 commit comments