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

You need to sign in or sign up before continuing.
Commit afab2a48 by p512 Committed by Sushant

Fix typo (#6629)

1 parent 9b71a3f1
Showing with 1 additions and 1 deletions
......@@ -3048,7 +3048,7 @@ class Model {
originalValue = this.dataValues[key];
}
// If not raw, and there's a customer setter
// If not raw, and there's a custom setter
if (!options.raw && this._customSetters[key]) {
this._customSetters[key].call(this, value, key);
} else {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!