Skip to content

Commit

Permalink
rename entity file
Browse files Browse the repository at this point in the history
  • Loading branch information
MajedAlaitwniCap committed Nov 2, 2023
1 parent e9f6f4b commit 2336b3f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/server/src/modules/h5p-editor/entity/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export * from './h5p-content.entity';
export * from './library.entity';
export * from './base-entity-with-timestamp.entity';
export * from './h5p-editor-tempfile.entity';
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { File, S3ClientAdapter } from '@shared/infra/s3-client';
import { ReadStream } from 'fs';
import { Readable } from 'node:stream';
import { GetH5pFileResponse } from '../controller/dto';
import { H5pEditorTempFile } from '../entity/base-entity-with-timestamp.entity';
import { H5pEditorTempFile } from '../entity/h5p-editor-tempfile.entity';
import { H5P_CONTENT_S3_CONNECTION } from '../h5p-editor.config';
import { TemporaryFileRepo } from '../repo/temporary-file.repo';
import { TemporaryFileStorage } from './temporary-file-storage.service';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { S3ClientAdapter } from '@shared/infra/s3-client';
import { ReadStream } from 'fs';
import { Readable } from 'stream';
import { H5pFileDto } from '../controller/dto/h5p-file.dto';
import { H5pEditorTempFile } from '../entity/base-entity-with-timestamp.entity';
import { H5pEditorTempFile } from '../entity/h5p-editor-tempfile.entity';
import { H5P_CONTENT_S3_CONNECTION } from '../h5p-editor.config';
import { TemporaryFileRepo } from '../repo/temporary-file.repo';

Expand Down

0 comments on commit 2336b3f

Please sign in to comment.