Edited invalid comment

pull/57/head
MillenniumEarl 2020-11-30 13:23:24 +01:00
parent 14c4cce88e
commit e67687db43
2 changed files with 2 additions and 2 deletions

View File

@ -190,7 +190,7 @@ module.exports.getUserData = async function () {
* **Currently not supported** * **Currently not supported**
* @param {String} [args.sorting] * @param {String} [args.sorting]
* Method of sorting the results between (default: `date`): * 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 * @param {Number} limit Maximum number of results
* @returns {Promise<GameInfo[]>} List of games * @returns {Promise<GameInfo[]>} List of games
*/ */

View File

@ -16,7 +16,7 @@ const f95url = require("./constants/url.js");
* List of prefixes to be included in the search. * List of prefixes to be included in the search.
* @param {String} [query.sort] * @param {String} [query.sort]
* Sorting type between (default: `date`): * Sorting type between (default: `date`):
* `date`, `likes`, `views`, `name`, `weighted` *`date`, `likes`, `views`, `name`, `rating`
* @param {Number} [query.date] * @param {Number} [query.date]
* Date limit in days, to be understood as "less than". * Date limit in days, to be understood as "less than".
* Possible values: * Possible values: