Skip to content

Commit 97a4f5b

Browse files
adamrefaeyCopilot
andauthored
Update backend/src/document-processor/controllers/document-processor.controller.ts
Co-authored-by: Copilot <[email protected]>
1 parent 763a383 commit 97a4f5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,10 +240,10 @@ export class DocumentProcessorController {
240240
}
241241

242242
/**
243-
* Updates a report's processing status
243+
* Updates a report's processing status to FAILED and logs a debug message
244244
* @param reportId - ID of the report to update
245245
* @param userId - ID of the user who owns the report
246-
* @param status - The new processing status
246+
* @param debugMessage - Optional debug message describing the failure
247247
*/
248248
private async failReport(
249249
reportId: string,

0 commit comments

Comments
 (0)