Your code is wrong, it’s wrapped in single quotes, and it shouldn’t be.
quantity: '`quantity + 1` '
should be
quantity: `quantity + 1`
Your code is wrong, it’s wrapped in single quotes, and it shouldn’t be.
quantity: '`quantity + 1` '
should be
quantity: `quantity + 1`