Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
Andrey Platov 2021-08-24 21:08:51 +02:00
parent cc521d651e
commit 7e6ef57143
No known key found for this signature in database
GPG Key ID: C8787EFEB4B64AF0

View File

@ -53,7 +53,6 @@ export function setClient(_client: Client) {
class LiveQuery {
private unsubscribe = () => {}
private client = getClient()
constructor() {
onDestroy(this.unsubscribe)