From ed8d43a79979df02bb1f26d50d0c1b630f29755d Mon Sep 17 00:00:00 2001 From: Luan Date: Mon, 25 Nov 2024 03:26:04 -0300 Subject: [PATCH] chore: lint --- src/Innertube.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Innertube.ts b/src/Innertube.ts index 1860ce10..9151d644 100644 --- a/src/Innertube.ts +++ b/src/Innertube.ts @@ -284,7 +284,7 @@ export default class Innertube { return new Comments(this.actions, response.data); } - + async getHomeFeed(): Promise { const browse_endpoint = new NavigationEndpoint({ browseEndpoint: { browseId: 'FEwhat_to_watch' } }); const response = await browse_endpoint.call(this.#session.actions);