fix: typo

This commit is contained in:
雲霧 2023-04-22 23:53:58 +08:00 committed by GitHub
parent 9faf69059a
commit 562c54db54

View File

@ -30,7 +30,7 @@ async function fetchEN() {
.slice(1) .slice(1)
.map((v) => v.split('","').map((v) => v.replace('"', ""))); .map((v) => v.split('","').map((v) => v.replace('"', "")));
} catch (error) { } catch (error) {
console.error("[Fetch] failed to fetch cn prompts", error); console.error("[Fetch] failed to fetch en prompts", error);
return []; return [];
} }
} }