mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-26 20:30:07 +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