mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-08 19:16:37 +08:00
Update fetch-prompts.mjs
This commit is contained in:
parent
74eb266bab
commit
336d88b5dd
@ -61,7 +61,7 @@ async function fetchEN() {
|
||||
}
|
||||
|
||||
async function main() {
|
||||
Promise.all([fetchCN(), fetchEN()])
|
||||
Promise.all([fetchEN()])
|
||||
.then(([en]) => {
|
||||
fs.writeFile(FILE, JSON.stringify({en }));
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user