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

Commit 6f1fd288 by Mick Hansen

Merge pull request #4511 from arcana261/master

removed trailing comma from mssql connection manager connection config.
2 parents cbeaf4b7 094873ef
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!