working perfectly well with the search and debug in the status line when enabled
This commit is contained in:
@@ -206,8 +206,7 @@ impl GrpcClient {
|
||||
let response = self
|
||||
.search_client
|
||||
.search_table(request)
|
||||
.await
|
||||
.context("gRPC SearchTable call failed")?;
|
||||
.await?;
|
||||
Ok(response.into_inner())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user