Skip to content

Commit

Permalink
Update application/aam-backend-service/src/main/kotlin/com/aamdigital…
Browse files Browse the repository at this point in the history
…/aambackendservice/reporting/reportcalculation/controller/ReportCalculationController.kt

Co-authored-by: Sebastian <[email protected]>
  • Loading branch information
tomwwinter and sleidig authored Jul 23, 2024
1 parent b7938f3 commit 4cf287b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ class ReportCalculationController(
fun fetchReportCalculationDataStream(
@PathVariable calculationId: String
): Flux<DataBuffer> {
// TODO Auth check (?)
// TODO Auth check (https://github.com/Aam-Digital/aam-services/issues/10)
return reportingStorage.fetchData(DomainReference(id = calculationId))
}

Expand Down

0 comments on commit 4cf287b

Please sign in to comment.