Skip to content

Commit

Permalink
fix: add missing file extension on bottleneck import
Browse files Browse the repository at this point in the history
Fixes #519
  • Loading branch information
wolfy1339 committed Feb 26, 2024
1 parent 60e9ac2 commit 9c77a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wrap-request.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// @ts-nocheck
import Bottleneck from "bottleneck/light";
import Bottleneck from "bottleneck/light.js";
import { RequestError } from "@octokit/request-error";
import { errorRequest } from "./error-request.js";

Expand Down

0 comments on commit 9c77a2f

Please sign in to comment.