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:
parent
b836780e33
commit
55ff3cb804
1 changed files with 1 additions and 1 deletions
|
@ -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({
|
||||||
|
|
Loading…
Add table
Reference in a new issue