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

Commit 5c1192a9 by Mick Hansen

Merge pull request #1782 from stilia/patch-1

Update connector-manager.js
2 parents 33f46913 4446cf55
Showing with 1 additions and 1 deletions
...@@ -108,7 +108,7 @@ module.exports = (function() { ...@@ -108,7 +108,7 @@ module.exports = (function() {
create: function (done) { create: function (done) {
connect.call(self, function (err, connection) { connect.call(self, function (err, connection) {
if (connection) { if (connection) {
connection.queryType = 'read' connection.queryType = 'write'
} }
done(err, connection) done(err, connection)
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!