Skip to content

Commit

Permalink
export
Browse files Browse the repository at this point in the history
  • Loading branch information
Geczy committed Aug 1, 2023
1 parent 28d8e9e commit 576d6cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/twitch/events/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const socketApp = express()
const webhookApp = express()

const server = http.createServer(socketApp)
const io = new SocketServer(server)
export const io = new SocketServer(server)

if (!process.env.EVENTSUB_HOST || !process.env.TWITCH_EVENTSUB_SECRET) {
throw new Error('Missing EVENTSUB_HOST or TWITCH_EVENTSUB_SECRET')
Expand Down

0 comments on commit 576d6cf

Please sign in to comment.