Преглед на файлове

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) => {