Skip to content

Commit

Permalink
fix(typescript): mark import of @octokit/request-error as type (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Jun 5, 2023
1 parent 5d0e50c commit 711e7a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
@@ -1,5 +1,5 @@
import { Octokit } from "@octokit/core";
import { RequestError } from "@octokit/request-error";
import type { RequestError } from "@octokit/request-error";

import { errorRequest } from "./error-request";
import { wrapRequest } from "./wrap-request";
Expand Down

0 comments on commit 711e7a6

Please sign in to comment.