From 9ffaaacb3ec6a884a2f020a6abd6a4830b96ac44 Mon Sep 17 00:00:00 2001 From: LuanRT Date: Sat, 18 Jun 2022 05:22:54 -0300 Subject: [PATCH] style: format code --- lib/Innertube.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Innertube.js b/lib/Innertube.js index ee6e7bbd..441fa053 100644 --- a/lib/Innertube.js +++ b/lib/Innertube.js @@ -166,7 +166,6 @@ class Innertube { const cpn = Utils.generateRandomString(16); const response = await this.actions.getVideoInfo(video_id, cpn); - return new VideoInfo([ response, {} ], this.actions, this.#player, cpn); }