Skip to content

Commit

Permalink
chore(gebura): remove sentinel_id in SentinelAppBinary
Browse files Browse the repository at this point in the history
  • Loading branch information
Tabing010102 committed Dec 31, 2024
1 parent 6687200 commit 78c0bd8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions proto/librarian/sephirah/v1/gebura.proto
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,8 @@ message ReportAppBinariesRequest {
repeated SentinelAppBinary sentinel_app_binaries = 1;
message SentinelAppBinary {
AppBinary app_binary = 1;
librarian.v1.InternalID sentinel_id = 2;
int64 sentinel_library_id = 3;
string sentinel_generated_id = 4;
int64 sentinel_library_id = 2;
string sentinel_generated_id = 3;
}
}

Expand Down

0 comments on commit 78c0bd8

Please sign in to comment.