NV
Можно как-нибудь ботом отчистить всю историю сообщений?
Size: a a a
NV
М
MM
IB
ST
М
М
IB
М
М
IB
go
IB
IB
М
IB
IB
IB
М
IB
let searchedProduct = await Product.findOne({ where: {code: code[code.length-1]}})
let cart = await searchedProduct.getCart()
cart[0].quantity += 1
console.log(cart[0].quantity)
await searchedProduct.setCart(cart)]