mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
cont
This commit is contained in:
parent
f497c0ac5b
commit
41866d5cb7
1 changed files with 1 additions and 0 deletions
|
|
@ -174,6 +174,7 @@ export const savePage = async (
|
|||
const highlight: DeepPartial<Highlight> = {
|
||||
...parseResult.highlightData,
|
||||
user: { id: user.id },
|
||||
libraryItem: { id: clientRequestId },
|
||||
}
|
||||
|
||||
if (!(await createHighlight(highlight, clientRequestId, user.id))) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue