mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-20 04:30:17 +09:00
try using method and path when operationId is undefined #5525
This commit is contained in:
parent
07d089a2bd
commit
22aa1698b4
@ -253,7 +253,6 @@ export const usePluginStore = createPersistStore(
|
||||
.catch((e) => item),
|
||||
),
|
||||
).then((builtinPlugins: any) => {
|
||||
return;
|
||||
builtinPlugins
|
||||
.filter((item: any) => item?.content)
|
||||
.forEach((item: any) => {
|
||||
|
Loading…
Reference in New Issue
Block a user