Skip to content

Commit

Permalink
style: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
LuanRT committed Jun 18, 2022
1 parent 4c7a42d commit 9ffaaac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Innertube.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 9ffaaac

Please sign in to comment.