瀏覽代碼

review code

lloydzhou 1 年之前
父節點
當前提交
011b76e4e7
共有 1 個文件被更改,包括 0 次插入1 次删除
  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
     };
   });