Skip to content

Commit

Permalink
fix: add missing file extension on bottleneck import (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Feb 26, 2024
1 parent 60e9ac2 commit 0383322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wrap-request.ts
@@ -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 0383322

Please sign in to comment.