Fix linting error
This commit is contained in:
parent
647bb1f864
commit
c4e4e92fb2
|
|
@ -31,7 +31,7 @@ class BraveSearchAPI_Tools implements INode {
|
||||||
|
|
||||||
async init(nodeData: INodeData): Promise<any> {
|
async init(nodeData: INodeData): Promise<any> {
|
||||||
const apiKey = nodeData.inputs?.apiKey as string
|
const apiKey = nodeData.inputs?.apiKey as string
|
||||||
return new BraveSearch({apiKey})
|
return new BraveSearch({ apiKey })
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue