mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
fix: update highlight
This commit is contained in:
parent
225eefd73b
commit
d36d9cdb57
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ export const updateHighlight = async (
|
|||
})
|
||||
})
|
||||
|
||||
const libraryItemId = updatedHighlight.libraryItem.id
|
||||
const libraryItemId = updatedHighlight.libraryItemId
|
||||
await pubsub.entityUpdated<ItemEvent>(
|
||||
EntityType.HIGHLIGHT,
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue