Renamed Document#atlasId finally

This commit is contained in:
Jori Lallo
2018-02-07 00:04:39 -08:00
parent 5588897271
commit f08b3e0ac5
8 changed files with 29 additions and 20 deletions

View File

@ -39,7 +39,7 @@ async function present(ctx: Object, document: Document, options: ?Options) {
collaborators: [],
starred: !!(document.starred && document.starred.length),
revision: document.revisionCount,
collectionId: document.atlasId,
collectionId: document.collectionId,
collaboratorCount: undefined,
collection: undefined,
views: undefined,