Skip to content

Commit

Permalink
fix yt channel id
Browse files Browse the repository at this point in the history
  • Loading branch information
ademilter committed Mar 26, 2022
1 parent f3764c7 commit aa4e5e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/youtube.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default async () => {
});

const response = await youtube.channels.list({
id: "UCZMli3czZnd1uoc1ShTouQw",
id: "UC1Z-a8i2Ce4oIEMV-S3iFrg",
part: "statistics",
});

Expand Down

1 comment on commit aa4e5e6

@vercel
Copy link

@vercel vercel bot commented on aa4e5e6 Mar 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.