1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

chore: remove fluent crate override

This commit is contained in:
Rob Ede
2022-08-28 18:43:05 +01:00
parent 818d8b1384
commit 0319f18995
5 changed files with 9 additions and 14 deletions

View File

@ -50,9 +50,7 @@ impl Client {
.content_length()
.try_into()
.expect("file has invalid size"),
object
.body
.map_err(|err| error::ErrorInternalServerError(err)),
object.body.map_err(error::ErrorInternalServerError),
))
}