This commit is contained in:
Timothy J. Baek
2024-10-06 00:28:33 -07:00
parent aeaf761ecd
commit ed47e24494
4 changed files with 9 additions and 9 deletions

View File

@@ -49,10 +49,7 @@
let editorLanguage = new Compartment();
const getLang = async () => {
console.log(languages);
const language = languages.find((l) => l.alias.includes(lang));
return await language?.load();
};