Skip to content

Commit

Permalink
chore: remove dup merge info
Browse files Browse the repository at this point in the history
  • Loading branch information
Tabing010102 committed Dec 29, 2024
1 parent d7d30ce commit 318e15b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions proto/librarian/sephirah/v1/gebura.proto
Original file line number Diff line number Diff line change
Expand Up @@ -443,20 +443,11 @@ message App {
message AppBinary {
librarian.v1.InternalID id = 1;
librarian.v1.InternalID sentinel_id = 2;
<<<<<<< HEAD
int64 sentinel_library_id = 3;
string sentinel_generated_id = 4;
string name = 5;
int64 size_bytes = 6;
bool need_token = 7;
=======
string name = 3;
int64 size_bytes = 4;
bool need_token = 5;
// valid when need_token is false
optional string dl_base_url = 6;
string sentinel_generated_id = 9;
>>>>>>> 36e1daf (feat(gebura): add sentinel related fields to AppBinary)
repeated AppBinaryFile files = 10;
}

Expand Down

0 comments on commit 318e15b

Please sign in to comment.