Skip to content

Commit

Permalink
review comment: revert accidental change to fixture protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtolar committed Jul 27, 2020
1 parent 0219c60 commit 8c775e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fixtures/Booking.proto
Expand Up @@ -73,7 +73,9 @@ message Booking {
/** Has booking confirmation been sent? */
required bool confirmation_sent = 4;

optional string color_preference = 5 [deprecated=true]; // Color preference of the customer.
optional bool payment_received = 5 [default = false, (com.pseudomuto.protokit.v1.extend_field) = true];

optional string color_preference = 6 [deprecated=true]; // Color preference of the customer.

// Nested extentions are also a thing.

Expand Down

0 comments on commit 8c775e4

Please sign in to comment.