mirror of
https://git.mirrors.martin98.com/https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-08-05 11:40:50 +08: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…
x
Reference in New Issue
Block a user