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

Commit 34fddc2a by Jan Aagaard Meier

[ci skip] fix a spelling mistake in mysql query

1 parent 1dce3e0f
Showing with 1 additions and 1 deletions
...@@ -26,7 +26,7 @@ module.exports = (function() { ...@@ -26,7 +26,7 @@ module.exports = (function() {
this.sql = sql; this.sql = sql;
if (this.options.logging !== false) { if (this.options.logging !== false) {
this.sequelize.log('Executing (' + this.connnection.uuid + '): ' + this.sql); this.sequelize.log('Executing (' + this.connection.uuid + '): ' + this.sql);
} }
var promise = new Utils.Promise(function(resolve, reject) { var promise = new Utils.Promise(function(resolve, reject) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!