add ts-ignore
This commit is contained in:
parent
8bf72493b4
commit
779e036c23
|
|
@ -237,6 +237,7 @@ export const additionalCallbacks = async (nodeData: INodeData, options: ICommonO
|
||||||
|
|
||||||
let langSmithField: LangChainTracerFields = {
|
let langSmithField: LangChainTracerFields = {
|
||||||
projectName: langSmithProject ?? 'default',
|
projectName: langSmithProject ?? 'default',
|
||||||
|
//@ts-ignore
|
||||||
client
|
client
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue