*Don't await on bootup

This commit is contained in:
Derrick Hammer 2023-02-18 09:55:23 -05:00
parent 053a9b7585
commit fb729e6a1d
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -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,