try using method and path when operationId is undefined #5525

This commit is contained in:
lloydzhou 2024-09-27 13:31:49 +08:00
parent 07d089a2bd
commit 22aa1698b4
1 changed files with 0 additions and 1 deletions

View File

@ -253,7 +253,6 @@ export const usePluginStore = createPersistStore(
.catch((e) => item),
),
).then((builtinPlugins: any) => {
return;
builtinPlugins
.filter((item: any) => item?.content)
.forEach((item: any) => {