Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
LuanRT committed Nov 25, 2024
1 parent fcd65b4 commit ed8d43a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Innertube.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit ed8d43a

Please sign in to comment.