mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-22 11:01:22 +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> {
|
||||
const apiKey = nodeData.inputs?.apiKey as string
|
||||
return new BraveSearch({apiKey})
|
||||
return new BraveSearch({ apiKey })
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user