Edited invalid comment
parent
14c4cce88e
commit
e67687db43
|
@ -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<GameInfo[]>} List of games
|
||||
*/
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue