瀏覽代碼

try using method and path when operationId is undefined #5525

lloydzhou 1 年之前
父節點
當前提交
22aa1698b4
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      app/store/plugin.ts

+ 0 - 1
app/store/plugin.ts

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