Skip to content

Commit 1c64559

Browse files
authoredFeb 26, 2024··
fix: add missing file extension on bottleneck import (#676)
1 parent 4986fb0 commit 1c64559

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// @ts-expect-error
2-
import BottleneckLight from "bottleneck/light";
1+
// @ts-expect-error No types for "bottleneck/light"
2+
import BottleneckLight from "bottleneck/light.js";
33
import type TBottleneck from "bottleneck";
44
import { Octokit } from "@octokit/core";
55
import type { OctokitOptions } from "@octokit/core";

0 commit comments

Comments
 (0)
Please sign in to comment.