Browse Source

update collection

tumao 4 years ago
parent
commit
f8e07be636
1 changed files with 1 additions and 1 deletions
  1. 1 1
      server/src/collections/collections.service.ts

+ 1 - 1
server/src/collections/collections.service.ts

@@ -91,7 +91,7 @@ export class CollectionsService {
           description: collectionInfo.schema.description,
           autoID: collectionInfo.schema.autoID,
           rowCount: findKeyValue(collectionStatistics.stats, ROW_COUNT),
-          // id: collectionInfo.collectionId
+          id: collectionInfo.collectionID,
         });
       }
     }