2
0
Fork 0
mirror of https://git.asonix.dog/asonix/pict-rs synced 2024-11-20 11:21:14 +00:00
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)]