Fix indentation

This commit is contained in:
Jan Oberhauser 2020-11-10 23:30:40 +01:00
parent 10645c2ef5
commit 97289a244f

View file

@ -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);