This commit is contained in:
asonix 2024-02-24 19:36:29 -06:00
parent 03bd3cbe2f
commit b139190663

View file

@ -217,7 +217,7 @@ where
.relate_motion_identifier(hash, &motion_identifier)
.await?;
return Ok(motion_identifier);
Ok(motion_identifier)
}
#[tracing::instrument(skip_all)]