Skip to content

Commit

Permalink
fix the extra issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Geczy committed Sep 22, 2023
1 parent 67d95bc commit 39eb013
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/twitch/events/src/SubscribeEvents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,6 @@ export const SubscribeEvents = (accountIds: string[]) => {
handleEvent('onChannelPollEnd', transformPollData(data)),
),
)

promises.push(
listener.onChannelPredictionBegin(userId, (data) =>
handleEvent('onChannelPredictionBegin', data),
),
)
} catch (e) {
console.log('[TWITCHEVENTS] could not sub', { e, userId })
}
Expand Down

0 comments on commit 39eb013

Please sign in to comment.