remove mirror param

This commit is contained in:
gserena
2025-05-30 11:55:25 -04:00
parent 14ca8c3a17
commit a848e243f8
2 changed files with 0 additions and 4 deletions

View File

@ -583,9 +583,6 @@ pub struct Sketch {
pub artifact_id: ArtifactId,
#[ts(skip)]
pub original_id: uuid::Uuid,
/// If the sketch includes a mirror.
#[serde(skip)]
pub mirror: Option<uuid::Uuid>,
pub units: UnitLen,
/// Metadata.
#[serde(skip)]

View File

@ -1409,7 +1409,6 @@ pub(crate) async fn inner_start_profile(
on: sketch_surface.clone(),
paths: vec![],
units,
mirror: Default::default(),
meta: vec![args.source_range.into()],
tags: if let Some(tag) = &tag {
let mut tag_identifier: TagIdentifier = tag.into();