Skip to content

Commit

Permalink
Update js/src/client.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi authored Dec 9, 2024
1 parent cd3468f commit 41032b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,6 @@ export class Client implements LangSmithTracingClientInterface {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
private _getServerInfoPromise?: Promise<Record<string, any>>;

// eslint-disable-next-line @typescript-eslint/no-explicit-any
private _rustClient: bindings.TracingClient | null;

constructor(config: ClientConfig = {}) {
Expand Down

0 comments on commit 41032b1

Please sign in to comment.