chore: fix typo

This commit is contained in:
luan.lrt4@gmail.com
2022-04-16 23:04:47 -03:00
parent 4c6bf49bbe
commit 7b33dcbb79

View File

@@ -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;
module.exports = Innertube;