fix: typo

This commit is contained in:
雲霧 2023-04-22 23:53:58 +08:00 committed by GitHub
parent 79f58f5c6a
commit 1761289716
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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