getUrl -> url consistency

test improvements
This commit is contained in:
Tom Moor
2018-11-04 00:59:52 -07:00
parent 8de074b275
commit 6391474d14
16 changed files with 49 additions and 21 deletions

View File

@@ -25,7 +25,7 @@ async function present(ctx: Object, document: Document, options: ?Options) {
const data = {
id: document.id,
url: document.getUrl(),
url: document.url,
urlId: document.urlId,
title: document.title,
text: document.text,