Skip to content

Commit

Permalink
remove range
Browse files Browse the repository at this point in the history
  • Loading branch information
hiagolcm committed May 7, 2020
1 parent 34aab1f commit f9e2711
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions node/commons/compatibility-layer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,13 +162,6 @@ export const biggyAttributesToVtexFilters = (attributes: any) =>
key: attribute.key,
value: value.key,
selected: value.active,
range:
attribute.type === 'number'
? {
from: parseFloat(value.from),
to: parseFloat(value.to),
}
: undefined,
}
}),
}
Expand Down

0 comments on commit f9e2711

Please sign in to comment.