Skip to content

Commit

Permalink
Fix TSC
Browse files Browse the repository at this point in the history
  • Loading branch information
dqbd committed Feb 14, 2024
1 parent 4fc95f2 commit ef2cf6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/run_helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export function traceable<WrappedFunc extends (...args: any[]) => any>(
}

export type TraceableFunction<Inputs extends unknown[], Output> = (
...inputs: [...Inputs, runTree: RunTree | RunTreeConfig]
...inputs: [...params: Inputs, runTree: RunTree | RunTreeConfig]
) => Promise<Output>;

export function isTraceableFunction(
Expand Down

0 comments on commit ef2cf6b

Please sign in to comment.