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:
parent
4b538bc7a3
commit
076bb58b7e
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue