PG
Size: a a a
PG
ТФ
M
.nvmrc
12 версия ноды. Хочу поменять на последнюю 14. Какие подводные камни?IK
M
IK
AP
IK
BO
А
ТФ
А
IK
ТФ
const book = await Book.findByIdAndUpdate(
{ _id: bookId },
{
$push: {
comments: { user: currentUser, text: comment, sentAt: currentDate },
},
},
{
new: true,
fields: {
comments: {
$slice: -1,
},
},
}
);
IK
ТФ
AK
IK
IK
IK