Skip to content

Commit

Permalink
[DURACOM-304] lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaismailati committed Nov 21, 2024
1 parent d90a988 commit f5ec5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/core/metadata/head-tag.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ import { coreSelector } from '../core.selectors';
import { CoreState } from '../core-state.model';
import { BundleDataService } from '../data/bundle-data.service';
import { AuthorizationDataService } from '../data/feature-authorization/authorization-data.service';
import { FindListOptions } from '../data/find-list-options.model';
import { PaginatedList } from '../data/paginated-list.model';
import { RemoteData } from '../data/remote-data';
import { RootDataService } from '../data/root-data.service';
Expand All @@ -70,7 +71,6 @@ import {
ClearMetaTagAction,
} from './meta-tag.actions';
import { MetaTagState } from './meta-tag.reducer';
import { FindListOptions } from '../data/find-list-options.model';

/**
* The base selector function to select the metaTag section in the store
Expand Down

0 comments on commit f5ec5f9

Please sign in to comment.