chore: fix invalid jsdoc comments

This commit is contained in:
LuanRT
2022-06-14 15:03:45 -03:00
parent 040b382590
commit 49688a0ad6
21 changed files with 301 additions and 240 deletions

View File

@@ -7,8 +7,7 @@ const Constants = require('./Constants');
/** @namespace */
class Request {
/**
* @param {Innertube} session
* @constructor
* @param {import('../Innertube')} session
*/
constructor(session) {
this.session = session;
@@ -99,8 +98,11 @@ class Request {
/**
* Adjusts the context according to the given client.
*
* @param {object} ctx
* @param {string} client
* @todo refactor this?
* @returns
* @returns {void}
*/
#adjustContext(ctx, client) {
switch (client) {