Skip to content

Commit d08f9dd

Browse files
committed
npm run lint:format
1 parent 8c5fc4e commit d08f9dd

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/app/features/admin-institutions/helpers/download-url.helper.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
import { CurrentResourceType } from '@shared/enums';
2+
13
import { DOWNLOAD_FORMATS } from '../constants';
24
import { DownloadType } from '../enums';
3-
import { CurrentResourceType } from '@shared/enums';
45

56
interface ResourceNameText {
67
singular_upper: string;

src/app/features/admin-institutions/pages/institutions-preprints/institutions-preprints.component.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,10 @@ import { AdminTableComponent } from '../../components';
2323
import { FiltersSectionComponent } from '../../components/filters-section/filters-section.component';
2424
import { preprintsTableColumns } from '../../constants';
2525
import { DownloadType } from '../../enums';
26-
import { INSTITUTIONS_CSV_TSV_FIELDS, INSTITUTIONS_DOWNLOAD_CSV_TSV_RESOURCE, downloadResults } from '../../helpers';
26+
import { downloadResults, INSTITUTIONS_CSV_TSV_FIELDS, INSTITUTIONS_DOWNLOAD_CSV_TSV_RESOURCE } from '../../helpers';
2727
import { mapPreprintResourceToTableData } from '../../mappers/institution-preprint-to-table-data.mapper';
2828
import { TableCellData } from '../../models';
2929
import { InstitutionsAdminSelectors } from '../../store';
30-
import { CurrentResourceSelectors } from '@shared/stores/current-resource';
3130

3231
@Component({
3332
selector: 'osf-institutions-preprints',

src/app/features/admin-institutions/pages/institutions-projects/institutions-projects.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import { FiltersSectionComponent } from '../../components/filters-section/filter
3939
import { projectTableColumns } from '../../constants';
4040
import { ContactDialogComponent } from '../../dialogs';
4141
import { ContactOption, DownloadType } from '../../enums';
42-
import { INSTITUTIONS_CSV_TSV_FIELDS, downloadResults, INSTITUTIONS_DOWNLOAD_CSV_TSV_RESOURCE } from '../../helpers';
42+
import { downloadResults, INSTITUTIONS_CSV_TSV_FIELDS, INSTITUTIONS_DOWNLOAD_CSV_TSV_RESOURCE } from '../../helpers';
4343
import { mapProjectResourceToTableCellData } from '../../mappers/institution-project-to-table-data.mapper';
4444
import { ContactDialogData, TableCellData, TableCellLink, TableIconClickEvent } from '../../models';
4545
import { InstitutionsAdminSelectors, RequestProjectAccess, SendUserMessage } from '../../store';

src/app/features/admin-institutions/pages/institutions-registrations/institutions-registrations.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import { AdminTableComponent } from '../../components';
2525
import { FiltersSectionComponent } from '../../components/filters-section/filters-section.component';
2626
import { registrationTableColumns } from '../../constants';
2727
import { DownloadType } from '../../enums';
28-
import { INSTITUTIONS_CSV_TSV_FIELDS, downloadResults, INSTITUTIONS_DOWNLOAD_CSV_TSV_RESOURCE } from '../../helpers';
28+
import { downloadResults, INSTITUTIONS_CSV_TSV_FIELDS, INSTITUTIONS_DOWNLOAD_CSV_TSV_RESOURCE } from '../../helpers';
2929
import { mapRegistrationResourceToTableData } from '../../mappers/institution-registration-to-table-data.mapper';
3030
import { InstitutionsAdminSelectors } from '../../store';
3131

0 commit comments

Comments
 (0)