*Don't await on bootup
This commit is contained in:
parent
053a9b7585
commit
fb729e6a1d
|
@ -71,7 +71,7 @@ const plugin: Plugin = {
|
|||
name: "handshake",
|
||||
async plugin(_api: PluginAPI): Promise<void> {
|
||||
api = _api;
|
||||
await boot(api);
|
||||
boot(api);
|
||||
const proxy = new Proxy({
|
||||
swarm: api.swarm,
|
||||
protocol: PROTOCOL,
|
||||
|
|
Loading…
Reference in New Issue