Skip to content

Commit

Permalink
fix: add .js to base protocol import in filter sdk (#2009)
Browse files Browse the repository at this point in the history
  • Loading branch information
adklempner authored May 14, 2024
1 parent f78495a commit 6f188ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/src/protocols/filter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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>[];
Expand Down

0 comments on commit 6f188ef

Please sign in to comment.