diff --git a/packages/presentation/src/utils.ts b/packages/presentation/src/utils.ts index af4895cf7e..90e8f41868 100644 --- a/packages/presentation/src/utils.ts +++ b/packages/presentation/src/utils.ts @@ -53,7 +53,6 @@ export function setClient(_client: Client) { class LiveQuery { private unsubscribe = () => {} - private client = getClient() constructor() { onDestroy(this.unsubscribe)