mirror of
				https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
				synced 2025-11-04 08:13:43 +08:00 
			
		
		
		
	hotfix and update version
This commit is contained in:
		@@ -199,7 +199,7 @@ export const usePluginStore = createPersistStore(
 | 
			
		||||
 | 
			
		||||
    getAsTools(ids: string[]) {
 | 
			
		||||
      const plugins = get().plugins;
 | 
			
		||||
      const selected = ids
 | 
			
		||||
      const selected = (ids || [])
 | 
			
		||||
        .map((id) => plugins[id])
 | 
			
		||||
        .filter((i) => i)
 | 
			
		||||
        .map((p) => FunctionToolService.add(p));
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user