mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
fix tests
This commit is contained in:
parent
d36d9cdb57
commit
1965f0ac19
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@ export const deleteHighlightById = async (
|
|||
|
||||
await enqueueUpdateHighlight({
|
||||
libraryItemId: deletedHighlight.libraryItemId,
|
||||
userId: deletedHighlight.user.id,
|
||||
userId: deletedHighlight.userId,
|
||||
})
|
||||
|
||||
return deletedHighlight
|
||||
|
|
|
|||
Loading…
Reference in a new issue