Skip to content

Commit

Permalink
fix: use subcode before percent aswell
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickskowronekdkfz committed Mar 22, 2024
1 parent f7fc10f commit fd7a947
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,9 @@ const getSingleton = (criterion: AstBottomLayerValue): string => {
const expandedValues = criteria.filter(
(value) => value.startsWith(mykey),
);
expandedValues.push(
criterion.value.slice(0, 5),
);
expression += getSingleton({
key: criterion.key,
type: criterion.type,
Expand Down

0 comments on commit fd7a947

Please sign in to comment.