From 84c634cac3e5cd2fd54c9322074d7bf49bcc056e Mon Sep 17 00:00:00 2001 From: gearnode Date: Wed, 19 Mar 2025 13:06:11 +0100 Subject: [PATCH] Fix cannot create control Signed-off-by: gearnode --- pkg/probo/control_service.go | 1 + 1 file changed, 1 insertion(+) 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, }