Fixing linting issues.
This commit is contained in:
parent
e110a49a32
commit
9af4eaaa8c
|
|
@ -134,7 +134,7 @@ class Postgres_VectorStores implements INode {
|
|||
port: nodeData.inputs?.port as number,
|
||||
username: user,
|
||||
password: password,
|
||||
database: nodeData.inputs?.database as string,
|
||||
database: nodeData.inputs?.database as string
|
||||
}
|
||||
|
||||
const args = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue