mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
fix id not set in page update pubsub message
This commit is contained in:
parent
0c691257eb
commit
9c723ecbd3
1 changed files with 1 additions and 1 deletions
|
|
@ -379,7 +379,7 @@ export const updateLibraryItem = async (
|
|||
|
||||
await pubsub.entityUpdated<DeepPartial<LibraryItem>>(
|
||||
EntityType.PAGE,
|
||||
libraryItem,
|
||||
{ ...libraryItem, id },
|
||||
userId
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue