Skip to content

Commit 3ba50d4

Browse files
committed
fix: fix import, export
1 parent 0049c1c commit 3ba50d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/sdk/src/reliable_channel/reliable_channel.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ import {
1818
MessageChannel,
1919
MessageChannelEvent,
2020
type MessageChannelOptions,
21+
type ParticipantId,
2122
Message as SdsMessage,
22-
type SenderId,
2323
SyncMessage
2424
} from "@waku/sds";
2525
import { Logger } from "@waku/utils";
@@ -304,7 +304,7 @@ export class ReliableChannel<
304304
public static async create<T extends IDecodedMessage>(
305305
node: IWaku,
306306
channelId: ChannelId,
307-
senderId: SenderId,
307+
senderId: ParticipantId,
308308
encoder: IEncoder,
309309
decoder: IDecoder<T>,
310310
options?: ReliableChannelOptions

0 commit comments

Comments
 (0)