Revert "Renamed Document#atlasId finally"

This commit is contained in:
Jori Lallo
2018-02-07 11:32:18 -08:00
committed by GitHub
parent 1e05189bc9
commit c92697a8a8
8 changed files with 20 additions and 29 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.collectionId,
collectionId: document.atlasId,
collaboratorCount: undefined,
collection: undefined,
views: undefined,