Skip to content

Commit

Permalink
wrong console
Browse files Browse the repository at this point in the history
  • Loading branch information
Geczy committed Aug 1, 2023
1 parent fa4dd4c commit 775e761
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/twitch/events/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ webhookApp.post('/', express.json(), express.urlencoded({ extended: true }), (re
})

webhookApp.listen(5011, () => {
console.log('[TWITCHEVENTS] Webhooks Listening on port 5015')
console.log('[TWITCHEVENTS] Webhooks Listening on port 5011')
})

socketApp.listen(5015, () => {
console.log('[TWITCHEVENTS] Socket Listening on port 5010')
console.log('[TWITCHEVENTS] Socket Listening on port 5015')
})

0 comments on commit 775e761

Please sign in to comment.