Update jsdoc

This commit is contained in:
rejas
2021-05-15 14:49:04 +02:00
committed by veeck
parent bdfd6e5e9f
commit 4b1c7da171
5 changed files with 28 additions and 13 deletions

View File

@@ -27,8 +27,8 @@ module.exports = NodeHelper.create({
* Creates a fetcher for a new feed if it doesn't exist yet.
* Otherwise it reuses the existing one.
*
* @param {object} feed The feed object.
* @param {object} config The configuration object.
* @param {object} feed The feed object
* @param {object} config The configuration object
*/
createFetcher: function (feed, config) {
const url = feed.url || "";