Skip to content

Commit

Permalink
SonarCloud pacification
Browse files Browse the repository at this point in the history
  • Loading branch information
coverbeck committed Oct 10, 2023
1 parent e2ae156 commit 939a099
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/app/search/map-friendly-values.pipe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ export class MapFriendlyValuesPipe implements PipeTransform {
if (partnerEnumKey) {
return this.platformPartnerPipe.transform(PartnerEnum[partnerEnumKey]);
}
return subBucketString;
default:
// Handle string
if (this.friendlyValueNames.has(key) && this.friendlyValueNames.get(key).get(subBucketString)) {
Expand Down
1 change: 0 additions & 1 deletion src/app/search/search.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import { FontAwesomeModule } from '@fortawesome/angular-fontawesome';
import { TagCloudComponent } from 'angular-tag-cloud-module';

import { RefreshAlertModule } from '../shared/alert/alert.module';
import { PlatformPartnerPipe } from '../shared/entry/platform-partner.pipe';
import { HeaderModule } from '../shared/modules/header.module';
import { CustomMaterialModule } from '../shared/modules/material.module';
import { SnackbarModule } from '../shared/modules/snackbar.module';
Expand Down

0 comments on commit 939a099

Please sign in to comment.