fix: objection 2 changes

This commit is contained in:
NGPixel
2020-01-24 19:20:53 -05:00
parent e7b5457354
commit 988ba3f616
4 changed files with 7 additions and 7 deletions

View File

@@ -116,7 +116,7 @@ module.exports = class PageHistory extends Model {
authorName: 'author.name'
}
])
.joinRelation('author')
.joinRelated('author')
.where({
'pageHistory.pageId': pageId
})
@@ -138,7 +138,7 @@ module.exports = class PageHistory extends Model {
authorName: 'author.name'
}
])
.joinRelation('author')
.joinRelated('author')
.where({
'pageHistory.pageId': pageId
})