Skip to content

Commit

Permalink
Remove completed todo
Browse files Browse the repository at this point in the history
  • Loading branch information
hlysine committed Aug 17, 2023
1 parent 98fce0d commit c43521d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modifiers/QuantityModifier.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export default abstract class QuantityModifier implements RegExpModifier {
if (NOT_QUANTIFIABLE.has(regExp)) {
throw new Error('The provided token is not quantifiable');
}
// todo: only wrap in group if necessary
return [this.quantify(wrapIfNeeded(regExp)) + (this.lazy ? '?' : '')];
}

Expand Down

0 comments on commit c43521d

Please sign in to comment.