Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
jsdoc: Remove unneeded @return (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored Apr 13, 2019
1 parent 1916f62 commit ef5e40d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/generate.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const fetchResource = require('./fetchResource');
* @param {Array} options.algorithms - List of desired hash algorithms
* @param {string} options.url - Resource URL
* @param {Function} cb - callback
* @return {Function.cb}
*/
const generate = (options, cb) => {
if (typeof options.algorithms === 'string') {
Expand Down

0 comments on commit ef5e40d

Please sign in to comment.