Skip to content

Commit 1ff438c

Browse files
committed
Change default fetch URL
1 parent a8dd344 commit 1ff438c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ let getSum = (getCount) => {
1414
if (!(getCount)) {
1515
throw new Error("Argument missing");
1616
}
17-
let url = 'https://playboard.co/en/youtube-ranking/most-superchatted-all-channels-in-worldwide-daily';
17+
let url = 'https://playboard.co/en/youtube-ranking/most-superchatted-v-tuber-channels-in-worldwide-daily';
1818
console.log(`Fetch URL: ${url}`);
1919
console.log();
2020
fetch(url)

0 commit comments

Comments
 (0)