Skip to content

Commit 1f4608c

Browse files
committed
style: run lint:fix
1 parent 2bc11bb commit 1f4608c

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

src/error-request.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { Octokit } from "@octokit/core";
22
import { RequestOptions } from "@octokit/types";
33
import { RequestError } from "@octokit/request-error";
4-
import { RetryState } from './types'
4+
import { RetryState } from "./types";
55

66
export async function errorRequest(
77
octokit: Octokit,

src/wrap-request.ts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
import {
2-
RequestOptions,
3-
OctokitResponse,
4-
} from "@octokit/types";
1+
import { RequestOptions, OctokitResponse } from "@octokit/types";
52
import Bottleneck from "bottleneck/light";
6-
import { RetryState } from './types'
3+
import { RetryState } from "./types";
74

85
export async function wrapRequest(
96
state: RetryState,

0 commit comments

Comments
 (0)