Skip to content

Commit

Permalink
fix(jsdoc): send return type (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacanger authored Jul 6, 2020
1 parent 805413e commit 2430e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = send
* @param {Context} ctx
* @param {String} path
* @param {Object} [opts]
* @return {Function}
* @return {Promise}
* @api public
*/

Expand Down

0 comments on commit 2430e38

Please sign in to comment.