Fix linting error

This commit is contained in:
denchi 2023-07-15 15:56:52 +01:00
parent 647bb1f864
commit c4e4e92fb2
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ class BraveSearchAPI_Tools implements INode {
async init(nodeData: INodeData): Promise<any> {
const apiKey = nodeData.inputs?.apiKey as string
return new BraveSearch({apiKey})
return new BraveSearch({ apiKey })
}
}