Skip to content

Commit

Permalink
chore: pnnsGroup refactoring (#821)
Browse files Browse the repository at this point in the history
Impacted files:
* `pnns_group2_filter.dart`: minor refactoring
* `pnns_groups.dart`: used a clearer syntax
  • Loading branch information
monsieurtanuki authored Nov 16, 2023
1 parent a99f567 commit 60c2bdc
Show file tree
Hide file tree
Showing 2 changed files with 223 additions and 180 deletions.
2 changes: 1 addition & 1 deletion lib/src/model/parameter/pnns_group2_filter.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class PnnsGroup2Filter extends Parameter {
String getName() => 'pnns_groups_2_tags';

@override
String getValue() => pnnsGroup2.id;
String getValue() => pnnsGroup2.offTag;

final PnnsGroup2 pnnsGroup2;

Expand Down
Loading

0 comments on commit 60c2bdc

Please sign in to comment.