Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yunwuu authored Apr 22, 2023
1 parent 79f58f5 commit 1761289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/fetch-prompts.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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 [];
}
}
Expand Down

0 comments on commit 1761289

Please sign in to comment.