diff --git a/app/index.js b/app/index.js index 540253e..601f6ef 100644 --- a/app/index.js +++ b/app/index.js @@ -190,7 +190,7 @@ module.exports.getUserData = async function () { * **Currently not supported** * @param {String} [args.sorting] * Method of sorting the results between (default: `date`): - * `date`, `likes`, `views`, `name`, `weighted` + * `date`, `likes`, `views`, `name`, `rating` * @param {Number} limit Maximum number of results * @returns {Promise} List of games */ diff --git a/app/scripts/latest-fetch.js b/app/scripts/latest-fetch.js index e94959f..a75265a 100644 --- a/app/scripts/latest-fetch.js +++ b/app/scripts/latest-fetch.js @@ -16,7 +16,7 @@ const f95url = require("./constants/url.js"); * List of prefixes to be included in the search. * @param {String} [query.sort] * Sorting type between (default: `date`): - * `date`, `likes`, `views`, `name`, `weighted` + *`date`, `likes`, `views`, `name`, `rating` * @param {Number} [query.date] * Date limit in days, to be understood as "less than". * Possible values: