From 7b33dcbb797761e8f7de2d93bf7c53696f400692 Mon Sep 17 00:00:00 2001 From: "luan.lrt4@gmail.com" Date: Sat, 16 Apr 2022 23:04:47 -0300 Subject: [PATCH] chore: fix typo --- lib/Innertube.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Innertube.js b/lib/Innertube.js index 85a184cf..5dfdb456 100644 --- a/lib/Innertube.js +++ b/lib/Innertube.js @@ -548,7 +548,7 @@ class Innertube { const thread = content?.commentThreadRenderer?.comment.commentRenderer || content?.commentRenderer; if (!thread) return; - // TODO: Reverse engineering this token so we can generate it manually (it's just protobuf). + // TODO: Reverse engineer this token so we can generate it manually (it's just protobuf). const replies_token = content?.commentThreadRenderer?.replies?.commentRepliesRenderer?.contents ?.find((content) => content.continuationItemRenderer.continuationEndpoint) ?.continuationItemRenderer.continuationEndpoint.continuationCommand.token; @@ -903,4 +903,4 @@ class Innertube { } } -module.exports = Innertube; \ No newline at end of file +module.exports = Innertube;