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

Commit 8ac97efa by Nicolas Bouvrette Committed by Sushant

docs(sequelize): correct jsdoc annotations for authenticate (#10002)

1 parent 985c1d45
Showing with 1 additions and 1 deletions
...@@ -789,7 +789,7 @@ class Sequelize { ...@@ -789,7 +789,7 @@ class Sequelize {
/** /**
* Test the connection by trying to authenticate. It runs `SELECT 1+1 AS result` query. * Test the connection by trying to authenticate. It runs `SELECT 1+1 AS result` query.
* *
* @param {Object} options query options * @param {Object} [options={}] query options
* *
* @returns {Promise} * @returns {Promise}
*/ */
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!