Fix too many args

Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
gearnode
2025-01-22 16:49:06 +01:00
parent 5bfc19f355
commit ed91482e28

View File

@@ -27,7 +27,7 @@ func (r *frameworkResolver) Controls(ctx context.Context, obj *types.Framework,
return nil, fmt.Errorf("cannot list framework controls: %w", err)
}
return types.NewControlConnection(page, cursor), nil
return types.NewControlConnection(page), nil
}
// Frameworks is the resolver for the frameworks field.