chore: cargo fmt
This commit is contained in:
parent
30dff6c25b
commit
867ee8eeff
|
|
@ -153,8 +153,6 @@ impl Client {
|
||||||
.send()
|
.send()
|
||||||
.await?;
|
.await?;
|
||||||
log_request_id(&resp);
|
log_request_id(&resp);
|
||||||
AppResponse::from_response(resp)
|
AppResponse::from_response(resp).await?.into_data()
|
||||||
.await?
|
|
||||||
.into_data()
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue