不要怂,就是干,撸起袖子干!

removed trailing comma from mssql connection manager connection config.

1 parent cbeaf4b7
Showing with 1 additions and 1 deletions
......@@ -30,7 +30,7 @@ ConnectionManager.prototype.connect = function(config) {
/* domain: 'DOMAIN' */
options: {
port: config.port,
database: config.database,
database: config.database
}
};
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!