This commit is contained in:
Родитель
82bcc39709
Коммит
5bddbcf26c
|
@ -77,11 +77,7 @@ impl QueryRunner {
|
|||
let bytes = bytes::Bytes::from(serde_json::to_string(&body)?);
|
||||
request.set_body(bytes);
|
||||
|
||||
let response = self
|
||||
.client
|
||||
.pipeline()
|
||||
.send(&context, &mut request)
|
||||
.await?;
|
||||
let response = self.client.pipeline().send(&context, &mut request).await?;
|
||||
Ok(response)
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче