0
Fork 0
mirror of https://codeberg.org/SafeTwitch/safetwitch-backend.git synced 2025-01-03 11:20:08 -05:00

Remove console.log

This commit is contained in:
dragongoose 2023-04-08 18:15:41 -04:00
parent 4b538bc7a3
commit 076bb58b7e
No known key found for this signature in database
GPG key ID: 50DB99B921579009

View file

@ -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)