mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 19:00:59 +03:00
Fix linting error
This commit is contained in:
@@ -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 })
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user