Skip to content

Commit

Permalink
fix: package.json import
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Smart committed Dec 6, 2022
1 parent b94a1fc commit a53639d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/DiscordREST/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { millis } from "@fp-ts/data/Duration"
import { BucketDetails } from "dfx/RateLimitStore/index"
import { ResponseWithData } from "./types.js"
import { rateLimitFromHeaders, routeFromConfig } from "./utils.js"
import Pkg from "../../package.json" assert { type: "json" }
import Pkg from "../package.json" assert { type: "json" }

const make = Do(($) => {
const { token, rest } = $(Effect.service(Config.DiscordConfig))
Expand Down
1 change: 1 addition & 0 deletions src/package.json

0 comments on commit a53639d

Please sign in to comment.