918: fix: do not export waitForRemotePeer from index r=fryorcraken a=fryorcraken

It is already present in the exports map.

Co-authored-by: fryorcraken.eth <git@fryorcraken.xyz>
This commit is contained in:
status-bors-ng[bot] 2022-09-01 00:49:18 +00:00 committed by GitHub
commit 71ca4c9c91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -10,8 +10,6 @@ export * as enr from "./lib/enr";
export * as utils from "./lib/utils";
export { waitForRemotePeer } from "./lib/wait_for_remote_peer";
export * as proto_message from "./proto/message";
export * as waku from "./lib/waku";