From 41032b1c0ef7dfc1299f97f63346eed6519ee388 Mon Sep 17 00:00:00 2001 From: Predrag Gruevski <2348618+obi1kenobi@users.noreply.github.com> Date: Mon, 9 Dec 2024 16:29:29 -0500 Subject: [PATCH] Update js/src/client.ts --- js/src/client.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/js/src/client.ts b/js/src/client.ts index b0688ed77..d4a90b39a 100644 --- a/js/src/client.ts +++ b/js/src/client.ts @@ -487,7 +487,6 @@ export class Client implements LangSmithTracingClientInterface { // eslint-disable-next-line @typescript-eslint/no-explicit-any private _getServerInfoPromise?: Promise>; - // eslint-disable-next-line @typescript-eslint/no-explicit-any private _rustClient: bindings.TracingClient | null; constructor(config: ClientConfig = {}) {