mirror of https://github.com/waku-org/js-waku.git
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…
Reference in New Issue