Skip to content

Commit 874ba61

Browse files
committed
Remove analysis from report response in DocumentProcessorController
1 parent b28ae02 commit 874ba61

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backend/src/document-processor/controllers/document-processor.controller.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ export class DocumentProcessorController {
165165
return {
166166
success: true,
167167
reportId: report.id,
168-
analysis: result.analysis,
169168
};
170169
} catch (error: unknown) {
171170
this.logger.error(

0 commit comments

Comments
 (0)