mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 20:54:07 -08:00
⚡ Fix indentation
This commit is contained in:
parent
10645c2ef5
commit
97289a244f
|
@ -218,7 +218,7 @@ 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,
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue