deploy
This commit is contained in:
@@ -59,7 +59,7 @@ router.post('/:listId/item', async (req, res) => {
|
||||
description
|
||||
});
|
||||
|
||||
await (list as any).addItem(item._id);
|
||||
await (list as any).addItem(item);
|
||||
|
||||
res.send(item)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user