add ts-ignore

This commit is contained in:
Henry 2024-01-15 18:36:31 +00:00 committed by Ilango
parent 8bf72493b4
commit 779e036c23
1 changed files with 1 additions and 0 deletions

View File

@ -237,6 +237,7 @@ export const additionalCallbacks = async (nodeData: INodeData, options: ICommonO
let langSmithField: LangChainTracerFields = {
projectName: langSmithProject ?? 'default',
//@ts-ignore
client
}