mirror of
				https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
				synced 2025-11-04 16:23:41 +08:00 
			
		
		
		
	fix: typo
This commit is contained in:
		@@ -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 [];
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user