mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -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,
|
||||
domain: credentials.domain ? (credentials.domain as string) : undefined,
|
||||
options: {
|
||||
encrypt: credentials.tls as boolean
|
||||
},
|
||||
encrypt: credentials.tls as boolean,
|
||||
},
|
||||
};
|
||||
|
||||
const pool = new mssql.ConnectionPool(config);
|
||||
|
|
Loading…
Reference in a new issue