mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-07-02 21:52:48 +00:00
chore: fix invalid jsdoc comments
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user