refactor: don't wait on client sync

This commit is contained in:
Derrick Hammer 2023-10-28 22:02:06 -04:00
parent 0292c8c629
commit 4bad47c54c
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ const plugin: Plugin = {
request.count = Math.min(request.count, 50);
if (!client.isSynced) {
await client.sync();
client.sync();
}
const updates: Uint8Array[] = [];