Skip to content

Commit

Permalink
fix: ShardStore import
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Smart committed Dec 28, 2022
1 parent 5c10f03 commit b76c013
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/DiscordGateway/Sharder/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { millis } from "@fp-ts/data/Duration"
import { ShardStore } from "../ShardStore/index.js"

const make = Do(($) => {
const store = $(Effect.service(ShardStore.ShardStore))
const store = $(Effect.service(ShardStore))
const rest = $(Effect.service(DiscordREST))
const { gateway: config } = $(Effect.service(Config.DiscordConfig))
const limiter = $(Effect.service(RateLimiter))
Expand Down

0 comments on commit b76c013

Please sign in to comment.