mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 11:01:18 +03:00
Fixing linting issues.
This commit is contained in:
@@ -134,7 +134,7 @@ class Postgres_VectorStores implements INode {
|
|||||||
port: nodeData.inputs?.port as number,
|
port: nodeData.inputs?.port as number,
|
||||||
username: user,
|
username: user,
|
||||||
password: password,
|
password: password,
|
||||||
database: nodeData.inputs?.database as string,
|
database: nodeData.inputs?.database as string
|
||||||
}
|
}
|
||||||
|
|
||||||
const args = {
|
const args = {
|
||||||
|
|||||||
Reference in New Issue
Block a user