2
0
Fork 0
mirror of https://git.asonix.dog/asonix/pict-rs synced 2024-11-10 06:25:00 +00:00
This commit is contained in:
asonix 2023-10-04 12:46:38 -05:00
parent 914e21c043
commit c202484e9d

View file

@ -408,7 +408,7 @@ where
details details
} else { } else {
let bytes_stream = from let bytes_stream = from
.to_bytes(&identifier, None, None) .to_bytes(identifier, None, None)
.await .await
.map_err(From::from) .map_err(From::from)
.map_err(MigrateError::Details)?; .map_err(MigrateError::Details)?;