Skip to content

Commit

Permalink
fix: oupsie
Browse files Browse the repository at this point in the history
  • Loading branch information
mbret committed Aug 27, 2024
1 parent b45cf68 commit 7502da5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const repairCollectionBooks = async ({
if (missingsBooksInCollection.length > 0) {
ctx.syncReport.addBooksToCollection({
collection,
books: danglingBooks.map((_id) => ({ _id }))
books: missingsBooksInCollection.map((_id) => ({ _id }))
})
}
}
Expand Down

0 comments on commit 7502da5

Please sign in to comment.