260228:1511 20260228:15:00 workflow update #3
All checks were successful
Build and Deploy / deploy (push) Successful in 2m39s

This commit is contained in:
admin
2026-02-28 15:11:12 +07:00
parent 603f987f83
commit 5378c0bd2a

View File

@@ -8,7 +8,7 @@ import { CorrespondenceRevision } from '../correspondence/entities/correspondenc
import { CorrespondenceType } from '../correspondence/entities/correspondence-type.entity'; import { CorrespondenceType } from '../correspondence/entities/correspondence-type.entity';
import { CorrespondenceStatus } from '../correspondence/entities/correspondence-status.entity'; import { CorrespondenceStatus } from '../correspondence/entities/correspondence-status.entity';
import { Project } from '../project/entities/project.entity'; import { Project } from '../project/entities/project.entity';
// Import any other required modules for JwtAuthGuard (usually AuthModule or similar, but global guards handle this mostly) import { FileStorageModule } from '../../common/file-storage/file-storage.module';
@Module({ @Module({
imports: [ imports: [
@@ -20,6 +20,7 @@ import { Project } from '../project/entities/project.entity';
CorrespondenceStatus, CorrespondenceStatus,
Project, Project,
]), ]),
FileStorageModule,
], ],
controllers: [MigrationController], controllers: [MigrationController],
providers: [MigrationService], providers: [MigrationService],