mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
⚡ Fix indentation
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user