Skip to content

Commit 31919da

Browse files
didinelealmeidx
andauthored
fix: import
Co-authored-by: Almeida <[email protected]>
1 parent 7b23557 commit 31919da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/brokers/src/brokers/redis/RedisGateway.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { Gateway, GatewayDispatchPayload, GatewayDispatchEvents, GatewaySendPayload } from '@discordjs/core';
22
import type { ManagerShardEventsMap, WebSocketShardEvents } from '@discordjs/ws';
33
import { AsyncEventEmitter } from '@vladfrangu/async_event_emitter';
4-
import type { PubSubRedisBroker } from '@discordjs/brokers';
4+
import type { PubSubRedisBroker } from './PubSubRedis.js';
55

66
// need this to be its own type for some reason, the compiler doesn't behave the same way if we in-line it
77
type _DiscordEvents = {

0 commit comments

Comments
 (0)