Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sywhb committed Jul 11, 2024
1 parent d36d9cd commit 1965f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/src/services/highlights.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export const deleteHighlightById = async (

await enqueueUpdateHighlight({
libraryItemId: deletedHighlight.libraryItemId,
userId: deletedHighlight.user.id,
userId: deletedHighlight.userId,
})

return deletedHighlight
Expand Down

0 comments on commit 1965f0a

Please sign in to comment.