mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2025-03-11 13:41:24 -05:00
FIx error
This commit is contained in:
parent
25f29ec171
commit
0c084d4f09
1 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@ profileRouter.get('/users/:username', async (req, res, next) => {
|
|||
let streamerData = await scraper.getStreamerData(username)
|
||||
.catch(next)
|
||||
|
||||
if (streamerData)
|
||||
res.send(streamerData)
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue