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;