feat(rfa-ai): Complete RFA Approval Refactor and AI Model Revision
CI / CD Pipeline / build (push) Successful in 4m54s
CI / CD Pipeline / deploy (push) Failing after 12m9s

This commit is contained in:
2026-05-16 10:59:53 +07:00
parent 6cb3ae10ee
commit 1a162bf320
105 changed files with 5088 additions and 1083 deletions
@@ -5,6 +5,7 @@ import { Test, TestingModule } from '@nestjs/testing';
import { ConfigService } from '@nestjs/config';
import { getRepositoryToken } from '@nestjs/typeorm';
import { Readable } from 'stream';
import { AiIngestService } from './ai-ingest.service';
import { AiQueueService } from './ai-queue.service';
import { FileStorageService } from '../../common/file-storage/file-storage.service';
@@ -35,7 +36,7 @@ function makeFile(
mimetype: 'application/pdf',
buffer: Buffer.from('pdf-content'),
size: 1024,
stream: null as unknown as NodeJS.ReadableStream,
stream: new Readable(),
destination: '',
filename: 'test.pdf',
path: '',