*dht-relay ready is on the main object, dht object does not exist

This commit is contained in:
Derrick Hammer 2023-02-01 04:57:22 -05:00
parent 9ae03e12e2
commit 17ca564f43
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ export default class HyperswarmWeb extends EventEmitter {
}
this._processQueuedActions();
await this._activeRelay.dht.ready();
await this._activeRelay.ready();
}
private async isServerAvailable(connection: string): Promise<boolean> {