Skip to content

Commit

Permalink
fix: replaced import type with import (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
timocov committed Sep 9, 2020
1 parent 965aca4 commit b10c850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Expand Up @@ -5,7 +5,7 @@ import { iterator } from "./iterator";
import { PaginateInterface } from "./types";
export { PaginateInterface } from "./types";

import type { Octokit } from "@octokit/core";
import { Octokit } from "@octokit/core";

/**
* @param octokit Octokit instance
Expand Down

0 comments on commit b10c850

Please sign in to comment.