Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LordTocs committed Oct 6, 2023
1 parent 12e1522 commit 97c83ba
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions packages/castmate/src/main/plugins/twitch.js
Expand Up @@ -531,11 +531,10 @@ export default {
...{ userColor: this.colorCache[event.userId] },
})

let follows =
await twitchClient.channels.getChannelFollowers(
this.state.channelId,
this.state.channelId
)
let follows = await apiClient.channels.getChannelFollowers(
this.state.channelId,
this.state.channelId
)
this.state.followers = follows.total
this.state.lastFollower =
follows.data.length > 0
Expand Down

0 comments on commit 97c83ba

Please sign in to comment.