changes per tom's comments

This commit is contained in:
Jori Lallo
2017-06-06 22:34:29 -07:00
parent a80f58b0e2
commit 9220978639
3 changed files with 6 additions and 12 deletions

View File

@@ -47,7 +47,7 @@ export async function presentDocument(ctx, document, options) {
id: document.atlasId,
},
}));
return await presentCollection(ctx, collection);
return presentCollection(ctx, collection);
});
}