Skip to content

Commit

Permalink
fix: add missing file extension on bottleneck import (#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 authored Feb 26, 2024
1 parent 4986fb0 commit 1c64559
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// @ts-expect-error
import BottleneckLight from "bottleneck/light";
// @ts-expect-error No types for "bottleneck/light"
import BottleneckLight from "bottleneck/light.js";
import type TBottleneck from "bottleneck";
import { Octokit } from "@octokit/core";
import type { OctokitOptions } from "@octokit/core";
Expand Down

0 comments on commit 1c64559

Please sign in to comment.