Skip to content

Commit

Permalink
fix: get socket
Browse files Browse the repository at this point in the history
  • Loading branch information
Geczy committed Aug 1, 2023
1 parent 52cb707 commit 3f733fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/twitch/events/src/twitch/events/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export let eventsIOConnected = false
io.on('connection', (socket) => {
try {
void socket.join(DOTABOD_EVENTS_ROOM)
console.log('Joined socket DOTABOD_EVENTS_ROOM')
} catch (e) {
console.error('could not join socket DOTABOD_EVENTS_ROOM', e)
return
Expand Down

0 comments on commit 3f733fe

Please sign in to comment.