diff --git a/pkg/probo/coredata/task.go b/pkg/probo/coredata/task.go index e8d421ebb..d54ac3251 100644 --- a/pkg/probo/coredata/task.go +++ b/pkg/probo/coredata/task.go @@ -31,7 +31,7 @@ import ( type ( Task struct { ID gid.GID - ControlID string + ControlID gid.GID ContentRef string CreatedAt time.Time UpdatedAt time.Time