@@ -192,9 +192,6 @@ func (s FrameworkService) Import(
|
|||||||
return nil, fmt.Errorf("cannot create global id: %w", err)
|
return nil, fmt.Errorf("cannot create global id: %w", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Printf("Importing framework: %+v\n", req.Framework)
|
|
||||||
fmt.Printf("Importing controls: %+v\n", req.Framework.Controls)
|
|
||||||
|
|
||||||
now := time.Now()
|
now := time.Now()
|
||||||
framework := &coredata.Framework{
|
framework := &coredata.Framework{
|
||||||
ID: frameworkID,
|
ID: frameworkID,
|
||||||
|
|||||||
Reference in New Issue
Block a user