Commit fb69915
committed
fix: use normalized form 'maxplan' in PREMIUM_SUBSCRIPTION_TYPES set
The normalization regex strips underscores (/[\s_-]+/g), so 'max_plan'
normalizes to 'maxplan' which never matched the set entry 'max_plan'.
Changed the set entry to 'maxplan' to match the post-normalization form.1 parent 2ccce39 commit fb69915
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
272 | | - | |
| 272 | + | |
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
| |||
0 commit comments