core: send sync completed event udp style

This commit is contained in:
Abdullah Atta
2023-09-02 11:40:02 +05:00
committed by Abdullah Atta
parent 463ba3754a
commit d5b679187a

View File

@@ -300,7 +300,7 @@ class Sync {
}
}
if (!isSyncInitialized) return;
await this.connection.invoke("SyncCompleted", newLastSynced);
await this.connection.send("SyncCompleted", newLastSynced);
return true;
}