chore(charwords): update charwords table

This commit is contained in:
Halyul
2023-06-21 10:32:07 -04:00
parent 1d0d8d0cfa
commit 423eb02e36

View File

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