Fix adding ShelfItem to Shelf
This commit is contained in:
parent
bf78174691
commit
86c5a3bc45
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue