0
Fork 0
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:
dragongoose 2023-03-28 08:52:30 -04:00
parent 057f475fc5
commit a3602715d4

View file

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