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

Commit 4446cf55 by stilia

Update connector-manager.js

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