Skip to content

Commit

Permalink
N21-1967 fixes linter
Browse files Browse the repository at this point in the history
  • Loading branch information
arnegns committed Jun 17, 2024
1 parent d2b3d59 commit bac7095
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { FileRecordParentType } from '@infra/rabbitmq';
import { ObjectId } from '@mikro-orm/mongodb';
import { StorageLocation } from '@modules/files-storage/entity';
import { lessonFactory, setupEntities, taskFactory } from '@shared/testing';
import { CopyFilesOfParentParamBuilder } from './copy-files-of-parent-param.builder';
import { FileParamBuilder } from './files-storage-param.builder';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { CopyElementType, CopyHelperService, CopyStatus, CopyStatusEnum } from '@modules/copy-helper';
import { StorageLocation } from '@modules/files-storage/entity';
import { Injectable } from '@nestjs/common';
import { EntityId } from '@shared/domain/types';
import { StorageLocation } from '@src/modules/files-storage/entity';
import { CopyFileDto } from '../dto';
import { EntityWithEmbeddedFiles, FileUrlReplacement } from '../interfaces';
import { CopyFilesOfParentParamBuilder, FileParamBuilder } from '../mapper';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import {
OperationType,
} from '@modules/deletion';
import { deletionRequestFactory } from '@modules/deletion/domain/testing';
import { StorageLocation } from '@modules/files-storage/entity';
import { EventBus } from '@nestjs/cqrs';
import { Test, TestingModule } from '@nestjs/testing';
import { schoolEntityFactory, setupEntities, taskFactory } from '@shared/testing';
Expand Down

0 comments on commit bac7095

Please sign in to comment.