Skip to content

Commit 7bfef2d

Browse files
committed
less obnoxious
1 parent f93ef8f commit 7bfef2d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

js/src/trace.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@ export class SpanFetcher extends ObjectFetcher<SpanRecord> {
2020
constructor(
2121
objectType: "experiment" | "project_logs" | "playground_logs",
2222
private readonly _objectId: string,
23-
rootSpanId: string,
23+
// @ts-expect-error unused
24+
private readonly rootSpanId: string,
2425
private readonly _state: BraintrustState,
25-
spanTypeFilter?: string[],
26+
// @ts-expect-error unused
27+
private readonly spanTypeFilter?: string[],
2628
includeScorers = false,
2729
brainstoreRealtime = true,
2830
) {

0 commit comments

Comments
 (0)