working perfectly well with the search and debug in the status line when enabled

This commit is contained in:
filipriec
2025-06-13 20:46:33 +02:00
parent b8e6cc22af
commit 2ac96a8486
2 changed files with 3 additions and 4 deletions

View File

@@ -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())
}
}