mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-02 13:53:12 +00:00
fix: add .js to base protocol import in filter sdk (#2009)
This commit is contained in:
parent
f78495a5a2
commit
6f188ef379
@ -30,7 +30,7 @@ import {
|
||||
toAsyncIterator
|
||||
} from "@waku/utils";
|
||||
|
||||
import { BaseProtocolSDK } from "./base_protocol";
|
||||
import { BaseProtocolSDK } from "./base_protocol.js";
|
||||
|
||||
type SubscriptionCallback<T extends IDecodedMessage> = {
|
||||
decoders: IDecoder<T>[];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user