From 09d33e62bd1e277c066038a9522c4f693034ac43 Mon Sep 17 00:00:00 2001 From: WofWca Date: Wed, 17 Sep 2025 09:10:55 +0400 Subject: [PATCH] refactor: remove unused prop (TS, `BaseDeltaChat`) Apparently it has been unused ever since the introduction of JSON-RPC, 0887acf1bf59188775042cd2806777f282c53a67 (https://github.com/chatmail/core/pull/3463). --- deltachat-jsonrpc/typescript/src/client.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/deltachat-jsonrpc/typescript/src/client.ts b/deltachat-jsonrpc/typescript/src/client.ts index 03bda79a7..9d7083deb 100644 --- a/deltachat-jsonrpc/typescript/src/client.ts +++ b/deltachat-jsonrpc/typescript/src/client.ts @@ -28,7 +28,6 @@ export class BaseDeltaChat< Transport extends BaseTransport, > extends TinyEmitter { rpc: RawClient; - account?: T.Account; private contextEmitters: { [key: number]: TinyEmitter } = {}; //@ts-ignore