1
0
Deriva 0
mirror da https://gitlab.com/Alamantus/Readlebee.git sincronizzato 2025-07-12 02:55:57 +02:00

Fix adding ShelfItem to Shelf

Questo commit è contenuto in:
Robbie Antenesse 2020-08-24 23:50:28 -06:00
parent bf78174691
commit 86c5a3bc45

Vedi file

@ -265,7 +265,7 @@ class ShelfController {
} }
} }
const shelfItem = await shelf.addShelfItem({ bookId }).catch(err => err); const shelfItem = await shelf.createShelfItem({ bookId }).catch(err => err);
if (!shelfItem) { if (!shelfItem) {
return { return {