Skip to content

Commit

Permalink
chore(watchtime): get max amount of users
Browse files Browse the repository at this point in the history
  • Loading branch information
veryCrunchy committed May 5, 2024
1 parent e4c5a77 commit 25a0f15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/watchtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export default async () => {
params: {
broadcaster_id: live.data?.data[0].user_id,
moderator_id: live.data?.data[0].user_id,
first: 1000,
},
headers: {
Authorization: `Bearer ${token}`,
Expand Down

0 comments on commit 25a0f15

Please sign in to comment.