diff --git a/pkg/probo/control_service.go b/pkg/probo/control_service.go index 9d104c1a0..aca61b27b 100644 --- a/pkg/probo/control_service.go +++ b/pkg/probo/control_service.go @@ -144,6 +144,7 @@ func (s ControlService) Create( State: coredata.ControlStateNotStarted, Importance: req.Importance, ContentRef: req.ContentRef, + Standards: []string{}, CreatedAt: now, UpdatedAt: now, }