Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
romgrk committed Jul 11, 2023
1 parent a060621 commit f21730f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ export const buildAggregatedFilterItemsApplier = (
${appliers
.map(
(applier, i) =>
`${applier.item.id !== undefined ? parseInt(String(applier.item.id), 10) : 'undefined'}:
`${JSON.stringify(String(applier.item.id))}:
!shouldApply${i} ?
false :
${
Expand Down

0 comments on commit f21730f

Please sign in to comment.