From 423eb02e36527c0338417a2c4d0a67ed9b747bd8 Mon Sep 17 00:00:00 2001 From: Halyul Date: Wed, 21 Jun 2023 10:32:07 -0400 Subject: [PATCH] chore(charwords): update charwords table --- libs/charword_table.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libs/charword_table.js b/libs/charword_table.js index 75e0cde..6b274b6 100644 --- a/libs/charword_table.js +++ b/libs/charword_table.js @@ -58,11 +58,11 @@ export default class CharwordTable { } async #load(region) { - if (region === 'zh_TW') { - return await this.#zhTWLoad() - } else if (region === DEFAULT_REGION) { - return await this.#zhCNLoad() - } +// if (region === 'zh_TW') { +// return await this.#zhTWLoad() +// } else if (region === DEFAULT_REGION) { +// return await this.#zhCNLoad() +// } const data = await this.#download(region)