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

Commit 6590873f by Andy Edwards Committed by Sushant

fix(hooks): incorrect jsdoc for afterUpsert (#9411)

1 parent 50969d96
Showing with 1 additions and 1 deletions
...@@ -289,7 +289,7 @@ exports.applyTo = applyTo; ...@@ -289,7 +289,7 @@ exports.applyTo = applyTo;
/** /**
* A hook that is run after upserting * A hook that is run after upserting
* @param {String} name * @param {String} name
* @param {Function} fn A callback function that is called with attributes, options * @param {Function} fn A callback function that is called with the result of upsert(), options
* @name afterUpsert * @name afterUpsert
* @memberOf Sequelize.Model * @memberOf Sequelize.Model
*/ */
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!