From 19f7336a48dd259f86d74ec1538c7b6e6a8f7e3f Mon Sep 17 00:00:00 2001 From: LuanRT Date: Mon, 2 May 2022 02:10:11 -0300 Subject: [PATCH] chore: add jsdoc for debug mode option --- lib/Innertube.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Innertube.js b/lib/Innertube.js index 3cc68738..62f96d37 100644 --- a/lib/Innertube.js +++ b/lib/Innertube.js @@ -34,6 +34,7 @@ class Innertube { * @param {object} [config] * @param {string} [config.gl] * @param {string} [config.cookie] + * @param {boolean} [config.debug] * * @returns {Innertube} * @constructor