From 55ff3cb8040fe792c659119625974e481f252091 Mon Sep 17 00:00:00 2001 From: dragongoose Date: Wed, 26 Apr 2023 08:54:13 -0400 Subject: [PATCH] Fix API change --- util/scraping/extractor/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/scraping/extractor/index.ts b/util/scraping/extractor/index.ts index 0954645..fa01649 100644 --- a/util/scraping/extractor/index.ts +++ b/util/scraping/extractor/index.ts @@ -307,7 +307,7 @@ export class TwitchAPI { for (let category of categories) { let tags: Tag[] = [] for (let tag of category.node.tags) { - tags.push(tag.tagName) + tags.push(tag.localizedName) } formattedCategories.push({