lloydzhou 1 éve
szülő
commit
011b76e4e7
1 módosított fájl, 0 hozzáadás és 1 törlés
  1. 0 1
      app/utils/model.ts

+ 0 - 1
app/utils/model.ts

@@ -27,7 +27,6 @@ export function collectModelTable(
     // using <modelName>@<providerId> as fullName
     modelTable[`${m.name}@${m?.provider?.id}`] = {
       ...m,
-      name,
       displayName: m.name, // 'provider' is copied over if it exists
     };
   });