IB
Size: a a a
IB
IB
М
М
IB
М
М
let сart = await Cart.findOne({ where: {ProductCode: code[code.length-1]}})
сart.quantity += 1
await сart.save()
IB
М
Cart.findOne({ where: {ProductCode: code[code.length-1]}})
.then(cart => {
сart.quantity += 1
сart.save()
})
М
IB
АТ
АТ
go
go
VK
DS
DS
SB