chore: lint

This commit is contained in:
Luan
2024-11-25 03:26:04 -03:00
parent fcd65b4dba
commit ed8d43a799

View File

@@ -284,7 +284,7 @@ export default class Innertube {
return new Comments(this.actions, response.data);
}
async getHomeFeed(): Promise<HomeFeed> {
const browse_endpoint = new NavigationEndpoint({ browseEndpoint: { browseId: 'FEwhat_to_watch' } });
const response = await browse_endpoint.call(this.#session.actions);