mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
⚡ Fix indentation
This commit is contained in:
parent
10645c2ef5
commit
97289a244f
|
@ -218,8 +218,8 @@ export class MicrosoftSql implements INodeType {
|
||||||
password: credentials.password as string,
|
password: credentials.password as string,
|
||||||
domain: credentials.domain ? (credentials.domain as string) : undefined,
|
domain: credentials.domain ? (credentials.domain as string) : undefined,
|
||||||
options: {
|
options: {
|
||||||
encrypt: credentials.tls as boolean
|
encrypt: credentials.tls as boolean,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
const pool = new mssql.ConnectionPool(config);
|
const pool = new mssql.ConnectionPool(config);
|
||||||
|
|
Loading…
Reference in a new issue