Skip to content

Commit

Permalink
try using method and path when operationId is undefined ChatGPTNextWe…
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydzhou committed Sep 27, 2024
1 parent 07d089a commit 22aa169
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/store/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ export const usePluginStore = createPersistStore(
.catch((e) => item),
),
).then((builtinPlugins: any) => {
return;
builtinPlugins
.filter((item: any) => item?.content)
.forEach((item: any) => {
Expand Down

0 comments on commit 22aa169

Please sign in to comment.