mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-08 08:43:09 +00:00
fix: fix import, export
This commit is contained in:
parent
fd357f9142
commit
2cc49e1349
@ -18,8 +18,8 @@ import {
|
||||
MessageChannel,
|
||||
MessageChannelEvent,
|
||||
type MessageChannelOptions,
|
||||
type ParticipantId,
|
||||
Message as SdsMessage,
|
||||
type SenderId,
|
||||
SyncMessage
|
||||
} from "@waku/sds";
|
||||
import { Logger } from "@waku/utils";
|
||||
@ -304,7 +304,7 @@ export class ReliableChannel<
|
||||
public static async create<T extends IDecodedMessage>(
|
||||
node: IWaku,
|
||||
channelId: ChannelId,
|
||||
senderId: SenderId,
|
||||
senderId: ParticipantId,
|
||||
encoder: IEncoder,
|
||||
decoder: IDecoder<T>,
|
||||
options?: ReliableChannelOptions
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user