CSR-2182: remove unused clone
This commit is contained in:
parent
785c9fd1bf
commit
f0dd92e29f
1 changed files with 0 additions and 2 deletions
|
|
@ -923,8 +923,6 @@ export default {
|
|||
promoCartItems() {
|
||||
const promoCartItems = [];
|
||||
|
||||
// clone the promos array
|
||||
const promosClone = deepClone(this.promo);
|
||||
// get unique promo codes
|
||||
const uniquePromoCodes = [
|
||||
...new Set(
|
||||
|
|
|
|||
Loading…
Reference in a new issue