Fix measure risks 5xx

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2025-04-27 21:08:32 -07:00
parent 461f34d9c7
commit f5a76435f3
2 changed files with 2 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ All notable changes to this project will be documented in this file.
### Fixed
- Fix delete evidence from task list does not work
- Fix cannot load attached measure risks
## [0.14.0] - 2025-04-24

View File

@@ -75,6 +75,7 @@ func (r *Risks) LoadByMesureID(
WITH rsks AS (
SELECT
r.id,
r.tenant_id,
r.organization_id,
r.name,
r.description,