mirror of
https://codeberg.org/SafeTwitch/safetwitch-backend.git
synced 2025-01-03 11:20:08 -05:00
Add cursor
This commit is contained in:
parent
057f475fc5
commit
a3602715d4
1 changed files with 1 additions and 0 deletions
|
@ -316,6 +316,7 @@ export class TwitchAPI {
|
|||
viewers: category.node.viewersCount,
|
||||
tags: tags,
|
||||
createdAt: category.node.originalReleaseDate,
|
||||
cursor: category.node.cursor,
|
||||
image: `${process.env.URL}/proxy/img/${base64(category.node.avatarURL)}`
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue