feat(api-server): add container loadtest observability
This commit is contained in:
@@ -225,7 +225,7 @@ impl SpacetimeClient {
|
||||
pub async fn list_match3d_gallery(
|
||||
&self,
|
||||
) -> Result<Vec<Match3DWorkProfileRecord>, SpacetimeClientError> {
|
||||
self.read_after_connect(move |connection| {
|
||||
self.read_after_connect("list_match3d_gallery", move |connection| {
|
||||
let mut items = connection
|
||||
.db()
|
||||
.match_3_d_gallery_view()
|
||||
|
||||
Reference in New Issue
Block a user