changes per tom's comments
This commit is contained in:
@@ -47,7 +47,7 @@ export async function presentDocument(ctx, document, options) {
|
||||
id: document.atlasId,
|
||||
},
|
||||
}));
|
||||
return await presentCollection(ctx, collection);
|
||||
return presentCollection(ctx, collection);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user