diff --git a/routes/profileRoute.ts b/routes/profileRoute.ts index 196ed8e..c41b644 100644 --- a/routes/profileRoute.ts +++ b/routes/profileRoute.ts @@ -6,6 +6,7 @@ const twitch = new TwitchAPI() profileRouter.get('/users/:username', async (req, res, next) => { const username = req.params.username + console.log(username) let streamerData = await twitch.getStreamerInfo(username) .catch(next)