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:
@ -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),
|
||||
))
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user