Skip to content

Commit

Permalink
chore: fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
danisharora099 committed Dec 17, 2024
1 parent cfb397a commit b9221d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/src/waku/waku.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export class WakuNode implements IWaku {
});
}

const store = wakuStore(this.connectionManager, peerIdStr);
const store = wakuStore(this.connectionManager, { peer: peerIdStr });
this.store = store(libp2p);
}

Expand Down

0 comments on commit b9221d9

Please sign in to comment.