Fix framework export
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
@@ -1635,8 +1635,8 @@ func (r *mutationResolver) ExportFramework(ctx context.Context, input types.Expo
|
|||||||
err, exportJobID := prb.Frameworks.RequestExport(
|
err, exportJobID := prb.Frameworks.RequestExport(
|
||||||
ctx,
|
ctx,
|
||||||
input.FrameworkID,
|
input.FrameworkID,
|
||||||
user.FullName,
|
|
||||||
user.EmailAddress,
|
user.EmailAddress,
|
||||||
|
user.FullName,
|
||||||
)
|
)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, fmt.Errorf("cannot export framework: %w", err)
|
return nil, fmt.Errorf("cannot export framework: %w", err)
|
||||||
|
|||||||
Reference in New Issue
Block a user