mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix creation of content display report
This commit is contained in:
parent
126373a10d
commit
337b723d24
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ export const saveContentDisplayReport = async (
|
|||
// reparsed or updated later, this gives us a view of exactly
|
||||
// what the user saw.
|
||||
const result = await repo.save({
|
||||
userId: uid,
|
||||
user: { id: uid },
|
||||
elasticPageId: input.pageId,
|
||||
content: page.content,
|
||||
originalHtml: page.originalHtml || undefined,
|
||||
|
|
|
|||
Loading…
Reference in a new issue