0
Fork 0
mirror of https://codeberg.org/SafeTwitch/safetwitch-backend.git synced 2025-01-18 02:12:28 -05:00

Fix API change

This commit is contained in:
dragongoose 2023-04-26 08:54:13 -04:00
parent b836780e33
commit 55ff3cb804
No known key found for this signature in database
GPG key ID: 50DB99B921579009

View file

@ -307,7 +307,7 @@ export class TwitchAPI {
for (let category of categories) { for (let category of categories) {
let tags: Tag[] = [] let tags: Tag[] = []
for (let tag of category.node.tags) { for (let tag of category.node.tags) {
tags.push(tag.tagName) tags.push(tag.localizedName)
} }
formattedCategories.push({ formattedCategories.push({