mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-20 20:50: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),
|
.catch((e) => item),
|
||||||
),
|
),
|
||||||
).then((builtinPlugins: any) => {
|
).then((builtinPlugins: any) => {
|
||||||
return;
|
|
||||||
builtinPlugins
|
builtinPlugins
|
||||||
.filter((item: any) => item?.content)
|
.filter((item: any) => item?.content)
|
||||||
.forEach((item: any) => {
|
.forEach((item: any) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user