Skip to content

Commit

Permalink
chore: address sonarqube issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fdewas-aneo committed Dec 18, 2024
1 parent 7c4e9c1 commit 25b7fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/filters/filters-chips.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export class FiltersChipsComponent<F extends FiltersEnums, O extends FiltersOpti

try {
const type = this.utilsService.recoverType(filter, this.dataFiltersService.filtersDefinitions);
const operator = this.filtersService.findOperators(type)[filter.operator as number];
const operator = this.filtersService.findOperators(type)[filter.operator];

switch (type) {
case 'status': {
Expand Down

0 comments on commit 25b7fb1

Please sign in to comment.