Skip to content

Commit

Permalink
rename keys
Browse files Browse the repository at this point in the history
  • Loading branch information
somtochiama committed Sep 18, 2024
1 parent fd6e7f1 commit 7cc0f2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/corro-admin/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -545,8 +545,8 @@ async fn handle_conn(
"id": matcher.id(),
"path": matcher.subs_path(),
"last_change_id": matcher.last_change_id_sent(),
"original query": matcher.sql(),
"statement": statements,
"original_query": matcher.sql(),
"statements": statements,
})),
)
.await;
Expand Down

0 comments on commit 7cc0f2e

Please sign in to comment.