Skip to content

Commit

Permalink
Remove the obsolete recording_id from UpdateCatalogRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs committed Dec 17, 2024
1 parent b1fe788 commit d7a61b0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion crates/store/re_protos/proto/rerun/v0/remote_store.proto
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ message RegisterRecordingRequest {
// ---------------- UpdateCatalog -----------------

message UpdateCatalogRequest {
rerun.common.v0.RecordingId recording_id = 1;
DataframePart metadata = 2;
}

Expand Down
2 changes: 0 additions & 2 deletions crates/store/re_protos/src/v0/rerun.remote_store.v0.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d7a61b0

Please sign in to comment.