docs: Add jsdoc

This commit is contained in:
Akkuman 2024-02-21 17:34:53 +08:00
parent 1ab8e7176e
commit 89861ccfb7

View File

@ -129,6 +129,7 @@ function paths(patterns) {
* @param {String} repo * @param {String} repo
* @param {Number} release_id * @param {Number} release_id
* @param {Array<String>} all_files * @param {Array<String>} all_files
* @param {Map<String, Any>} additional parameters
*/ */
async function uploadFiles(client, owner, repo, release_id, all_files, params) { async function uploadFiles(client, owner, repo, release_id, all_files, params) {
params = params || {}; params = params || {};