Skip to content

Commit 6f188ef

Browse files
authored
fix: add .js to base protocol import in filter sdk (#2009)
1 parent f78495a commit 6f188ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sdk/src/protocols/filter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import {
3030
toAsyncIterator
3131
} from "@waku/utils";
3232

33-
import { BaseProtocolSDK } from "./base_protocol";
33+
import { BaseProtocolSDK } from "./base_protocol.js";
3434

3535
type SubscriptionCallback<T extends IDecodedMessage> = {
3636
decoders: IDecoder<T>[];

0 commit comments

Comments
 (0)