Fix cannot create control

Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
gearnode
2025-03-19 13:06:11 +01:00
parent aadc2053e7
commit 84c634cac3

View File

@@ -144,6 +144,7 @@ func (s ControlService) Create(
State: coredata.ControlStateNotStarted,
Importance: req.Importance,
ContentRef: req.ContentRef,
Standards: []string{},
CreatedAt: now,
UpdatedAt: now,
}